Annotation Type RAD


@Target({TYPE,METHOD}) @Retention(CLASS) public @interface RAD
Author:
shannah
  • Element Details

    • tag

      String[] tag
      Default:
      {}
    • property

      String property
      Default:
      ""
    • tagType

      TagType tagType
      When parsing XML fragment files. The XML tag may be parsed as an Attribute or a Component. Default is Component.
      Returns:
      Default:
      Component
    • childTagType

      TagType childTagType
      When parsing XML fragment files. The child XML tags can be parsed as Attributes or Components. Default is Components.
      Returns:
      Default:
      Component
    • initialValue

      String initialValue
      The initial value to assign to this property when instances are created.
      Returns:
      Default:
      ""