|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationDB
IAnnotationDB is used to find annotation.
Method Summary | |
---|---|
Set<String> |
getClassesName(Class<? extends Annotation> annotationType)
Finds the class having the given annotation |
Set<String> |
getClassesName(String strAnnotationType)
Finds classes having the given annotation |
void |
init()
Initializes the database |
Method Detail |
---|
void init()
Set<String> getClassesName(Class<? extends Annotation> annotationType)
annotationType
- the annotation
Set<String> getClassesName(String strAnnotationType)
strAnnotationType
- the annotation type name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |