public class ClassIndexUtils extends java.lang.Object
Constructor and Description |
---|
ClassIndexUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<java.lang.Class<?>> |
getAnnotated(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
Returns all classes annotated with the given annotation.
|
public ClassIndexUtils()
public static java.lang.Iterable<java.lang.Class<?>> getAnnotated(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)