Annotation Interface StudioElement


@Target(METHOD) @Inherited public @interface StudioElement
  • Element Details

    • name

      String name
      Default:
      ""
    • classFqn

      String classFqn
      Default:
      ""
    • icon

      String icon
      Default:
      ""
    • xmlElement

      String xmlElement
      Default:
      ""
    • xmlns

      String xmlns
      Default:
      ""
    • xmlnsAlias

      String xmlnsAlias
      Default:
      ""
    • defaultProperty

      String defaultProperty
      Default:
      ""
    • target

      String[] target
      Default:
      {}
    • unsupportedTarget

      String[] unsupportedTarget
      Default:
      {}
    • visible

      boolean visible
      Default:
      false
    • properties

      StudioProperty[] properties
      Default:
      {}