Annotation Type GridToStringExclude


  • @Documented
    @Retention(RUNTIME)
    @Target({FIELD,TYPE})
    public @interface GridToStringExclude
    Attach this annotation to a field or a class to indicate that this field or fields of this class should not be included in toString() output. This annotation allows to override default inclusion policy.