@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface FormattedField
Modifier and Type | Optional Element and Description |
---|---|
FormattedFieldType |
transitive
Determines whether this field should be included in the formatted string when formatting the object transitively via another object.
|
FormattedFieldType |
value
Determines whether this field should be included in the formatted string when formatting the object directly.
|
public abstract FormattedFieldType value
FormattedFieldType
for formatting this field directly.FormattedFieldType
public abstract FormattedFieldType transitive
FormattedFieldType
for formatting this field transitively.FormattedFieldType