Annotation Interface PrintExclude


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface PrintExclude
Annotation used to tell the method Obj.toInstanceString(Object) to ignore that element and not take it into account
See Also: