@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public static @interface ToStringPlugin.Enhance
ToStringPlugin
to generate a Object.toString()
method for the annotated class unless this method
is already declared explicitly.Modifier and Type | Optional Element and Description |
---|---|
boolean |
includeSyntheticFields
Determines if synthetic fields should be included in the string representation.
|
ToStringPlugin.Enhance.Prefix |
prefix
Determines the prefix to be used for the string representation prior to adding field values.
|
public abstract ToStringPlugin.Enhance.Prefix prefix