|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.annotation.AnnotationUtil
public final class AnnotationUtil
Allow classpath scanning for annotations
Method Summary | |
---|---|
static Set<String> |
find(Class<? extends Annotation> annotationType)
Finds all classes with the given annotation |
static Set<String> |
find(String strAnnotation)
Finds all classes with the given annotation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Set<String> find(Class<? extends Annotation> annotationType)
annotationType
- the annotation class
public static Set<String> find(String strAnnotation)
strAnnotation
- the annotation class name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |