Annotation Type DumpIgnore
-
@Documented @Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface DumpIgnore
This annotation is applied to a field to indicate that it should not be displayed by ObjectUtility.*ToString.
@Documented
@Target({FIELD,TYPE})
@Retention(RUNTIME)
public @interface DumpIgnore