Package lombok
Annotation Type ToString.Exclude
@Target(FIELD)
@Retention(SOURCE)
public static @interface ToString.Exclude
If present, do not include this field in the generated
toString.@Target(FIELD)
@Retention(SOURCE)
public static @interface ToString.Exclude
toString.