public interface IAnnotationDB
Modifier and Type | Method and Description |
---|---|
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
|
void init()
Set<String> getClassesName(Class<? extends Annotation> annotationType)
annotationType
- the annotationCopyright © 2020 City of Paris. All rights reserved.