Annotation Interface Analyze


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
    Modifier and Type
    Required Element
    Description
    The classname of the handler.
    Notice: we don't provide the class directly to avoid unnecessary runtime dependencies.
  • Element Details

    • 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