Annotation Type ByteDefault
Specifies the default value as a byte.
This annotation is made to be used with byte or Byte and not other numeric types. It is only
supported by the byte liaison. Its presence will also override the value of the default method, if it exists.
-
Required Element Summary
Required Elements
-
Element Details
-
value
byte valueThe byte value to provide as a default- Returns:
- the byte value
-
ifMissing
byte ifMissingThe byte value to provide as an "if missing" default. SeeDefaultValues.ifMissing()for considerations.- Returns:
- the byte value if missing
-