Annotation Type JsonExclude


  • @Target({FIELD,TYPE})
    @Retention(RUNTIME)
    public @interface JsonExclude
    This annotation is required to exclude some properties of json (un)marshalling. Json Exclusion
    Author:
    pchretien