Annotation Type DumpToString
-
@Documented @Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface DumpToStringThis annotation is applied to a field to indicate that it should be displayed by ObjectUtility.*ToString using its toString() value.
@Documented
@Target({FIELD,TYPE})
@Retention(RUNTIME)
public @interface DumpToString