Annotation Type Name


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Name
    Use this annotation to define the block name handled by a BlockProcessor, or the macro name of a BlockMacroProcessor or InlineMacroProcessor.

    Applicable for:

    BlockMacroProcessor
    BlockProcessor
    BlockProcessor
    DocInfoProcessor
    IncludeProcessor
    InlineMacroProcessor
    Postprocessor
    Preprocessor
    Treeprocessor
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value