|
||||||||||
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 | |
---|---|
java.util.Set<java.lang.String> |
getClassesName(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Finds the class having the given annotation |
java.util.Set<java.lang.String> |
getClassesName(java.lang.String strAnnotationType)
Finds classes having the given annotation |
void |
init()
Initializes the database |
Method Detail |
---|
void init()
java.util.Set<java.lang.String> getClassesName(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType
- the annotation
java.util.Set<java.lang.String> getClassesName(java.lang.String strAnnotationType)
strAnnotationType
- the annotation type name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |