public class Index extends Object
| Constructor and Description |
|---|
Index() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<AnnotatedElement> |
list(Class<? extends Annotation> type,
ClassLoader cl)
Lists up all the elements annotated by the given annotation.
|
static <T extends AnnotatedElement> |
list(Class<? extends Annotation> type,
ClassLoader cl,
Class<T> subType)
Lists up all the elements annotated by the given annotation and of the given
AnnotatedElement subtype. |
public static <T extends AnnotatedElement> Iterable<T> list(Class<? extends Annotation> type, ClassLoader cl, Class<T> subType) throws IOException
AnnotatedElement subtype.IOExceptionpublic static Iterable<AnnotatedElement> list(Class<? extends Annotation> type, ClassLoader cl) throws IOException
IOExceptionCopyright © 2004-2012. All Rights Reserved.