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 using ReflectionToStringBuilder.

    Notice that not all ToStringStyle implementations support the appendSummary method.

    Since:
    3.8