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