@Target(value={FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface JsonIgnore
Denotes that the annotated element should be explicitly ignored, where it might be implicitly included.
Copyright © 2016. All rights reserved.