@Target(value={ANNOTATION_TYPE,TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface JsonSubTypes
JsonTypeInfo to indicate sub types of serializable
 polymorphic types, and to associate logical names used within JSON content
 (which is more portable than using physical Java class names).| Modifier and Type | Required Element and Description | 
|---|---|
| JsonSubTypes.Type[] | valueSubtypes of the annotated type (annotated class, or property value type
 associated with the annotated method). | 
public abstract JsonSubTypes.Type[] value
Copyright © 2014 FasterXML. All Rights Reserved.