-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Analyze("org.tentackle.buildsupport.MappedServiceAnalyzeHandler") public @interface MappedService
Annotation to mark an annotation to be processed by the ServiceAnalyzeHandler.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueThe classname of the service class.
-