Annotation Type Analyze


  • @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 @Service to be configured for the ServiceLoader.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The classname of the handler.
      Notice: we don't provide the class directly to avoid unnecessary runtime dependencies.
    • Element Detail

      • value

        java.lang.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