Annotation Interface Default.Boolean

Enclosing class:
Default

@Target({PARAMETER,FIELD}) @Retention(CLASS) @Documented public static @interface Default.Boolean
A default value specified as a boolean. This can only be used on element of the correct type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    boolean[]
    Default value(s) for this element.
  • Element Details

    • value

      boolean[] value
      Default value(s) for this element.
      Returns:
      default value as a boolean, or an array of booleans, if the element is a list, set, or an array