Annotation Interface MappedService
@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 -
Optional Element Summary
Optional Elements
-
Element Details
-
value
-
method
String methodThe method name of the mapped service that provides the value.
The default is "value".- Returns:
- the method name
- Default:
"value"
-