Uses of Class
core.support.annotation.helper.annotationMap.AnnotationObject
-
Packages that use AnnotationObject Package Description core.support.annotation.helper.annotationMap -
-
Uses of AnnotationObject in core.support.annotation.helper.annotationMap
Methods in core.support.annotation.helper.annotationMap that return AnnotationObject Modifier and Type Method Description AnnotationObjectAnnotationObject. data()AnnotationObjectAnnotationObject. panel()AnnotationObjectAnnotationObject. service()Methods in core.support.annotation.helper.annotationMap with parameters of type AnnotationObject Modifier and Type Method Description static List<File>ModuleMapHelper. getFilesWithAnnotation(List<File> files, AnnotationObject annotation)filters files that are in data folder if file has annotation: @Panel, @Data, @Interface, then add to file liststatic Map<String,List<String>>ModuleMapHelper. getModuleMap(AnnotationObject annotation)maps the module with the panels containing the Panel annotation
-