Skip to content

Commit

Permalink
improve javadocs for @JSONVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 11, 2016
1 parent 143c8f2 commit 3c48ffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/fasterxml/jackson/annotation/JsonView.java
Expand Up @@ -20,6 +20,10 @@
* by <code>BasicView.class</code> (or its sub-class).
* If multiple View class identifiers are included, property will
* be part of all of them.
*<p>
* Starting with 2.9, it is also possible to use this annotation on
* POJO classes to indicate the default view(s) for properties of the
* type, unless overridden by per-property annotation.
*/
@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD,
ElementType.PARAMETER, // since 2.5
Expand Down

0 comments on commit 3c48ffb

Please sign in to comment.