Annotation Interface PropertiesDesc


@Retention(RUNTIME) @Target(METHOD) @Documented public @interface PropertiesDesc
Annotation that holds an array of PropertyDesc for properties eg Property. Needed because it's not otherwise possible to have more than one annotation of the same type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    name of the property
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    returns true if these describe <system-property>
  • Element Details

    • systemProperties

      boolean systemProperties
      returns true if these describe <system-property>
      Default:
      false