-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Analyze("org.tentackle.buildsupport.ServiceAnalyzeHandler") public @interface Service
Annotation to express that the annotated class is a service implementation.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueGets the service class.
-