Package org.apache.commons.lang3.builder
Annotation Type ToStringSummary
-
@Retention(RUNTIME) @Target(FIELD) public @interface ToStringSummary
Use this annotation on the fields to get the summary instead of the detailed information when usingReflectionToStringBuilder
.Notice that not all
ToStringStyle
implementations support the appendSummary method.- Since:
- 3.8