Optional Elements
| Modifier and Type |
Optional Element |
Description |
boolean |
defaultBoolean |
Specifies the default boolean value to use.
|
byte |
defaultByte |
Specifies the default byte value to use.
|
char |
defaultChar |
Specifies the default byte value to use.
|
java.lang.Class<?> |
defaultClass |
Specifies the default Class value to use.
|
double |
defaultDouble |
Specifies the default double floating point value to use.
|
float |
defaultFloat |
Specifies the default floating point value to use.
|
int |
defaultInt |
Specifies the default integer value to use.
|
long |
defaultLong |
Specifies the default long value to use.
|
short |
defaultShort |
Specifies the default long value to use.
|
java.lang.String |
defaultString |
Specifies the default value this attribute should use if none is provided or if the provided value is invalid.
|
boolean |
sensitive |
Indicates that this attribute is a sensitive one that shouldn't be logged directly.
|