Annotation Interface ToString.Exclude

Enclosing class:
ToString

@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public static @interface ToString.Exclude
If present, do not include this field in the generated toString.
Since:
1.3
Author:
Elif Kurtay