-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface AnalyzeAnnotation 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.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe classname of the handler.
Notice: we don't provide the class directly to avoid unnecessary runtime dependencies.
-