Annotation Type BooleanDefault
Specifies the default value as a boolean.
This annotation is made to be used with boolean or Boolean through the boolean liaison.
Its presence will override the value of the default method, if it exists.
-
Required Element Summary
Required Elements
-
Element Details
-
value
boolean valueThe boolean value to provide as a default- Returns:
- the boolean value
-
ifMissing
boolean ifMissingThe boolean value to provide as an "if missing" default. SeeDefaultValues.ifMissing()for considerations.- Returns:
- the boolean value if missing
-