org.codehaus.jackson.annotate
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JsonTypeName
JsonTypeInfo
(and specifically its
JsonTypeInfo.use()
property) to establish relationship
between type names and types.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Logical type name for annotated type.
|