Annotation to mark an annotation to be processed during the analyze-phase.
These are usually annotations like @RemoteMethod that gather information
for subsequent wurblet invocations or services like @Service
to be configured for the ServiceLoader.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe classname of the handler.
Notice: we don't provide the class directly to avoid unnecessary runtime dependencies.- Returns:
- the handler's classname
-