-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface Analyze
Annotation to mark an annotation to be processed during the analyze-phase.These are usually annotations like @RemoteMethod that gather informations for subsequent wurblet invocations or services like @
Serviceto be configured for the ServiceLoader.
-
-
Element Detail
-
value
String value
The classname of the handler.
Notice: we don't provide the class directly to avoid unnecessary runtime dependencies.- Returns:
- the handler's classname
-
-