org.codehaus.enunciate.json
Annotation Type JsonIgnore


@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.

Author:
Steven Cummings