Annotation Interface KlumGenerated


Marker annotation to designate elements generated by KlumAst (or other Klum libraries). This allows documentation to be part of the generated class. This should not be used manually.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Fully qualified name of the generator / plugin class that created this element.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Documentation for the generated element.
     
  • Element Details

    • generator

      String generator
      Fully qualified name of the generator / plugin class that created this element.
    • documentation

      String documentation
      Documentation for the generated element.
      Default:
      ""
    • tags

      String[] tags
      Default:
      {}