Annotation Type ShapeMeta


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ShapeMeta
    This meta annotation contains the keys used by the palette.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String category
      Category of the shape.
      java.lang.String description
      Short description of the shape.
      java.lang.String iconPath  
      java.lang.String name
      Name of the shape.
    • Element Detail

      • category

        java.lang.String category
        Category of the shape. Not relative to @Keybase
        Default:
        "reporting.Category.Components"
      • name

        java.lang.String name
        Name of the shape. Relative to @KeyBase if present
        Default:
        "Name"
      • description

        java.lang.String description
        Short description of the shape. Relative to @KeyBase if present
        Default:
        "Description"
      • iconPath

        java.lang.String iconPath
        Default:
        ""