Package org.codehaus.jackson.annotate
Annotation Type JsonTypeName
-
@Target(TYPE) @Retention(RUNTIME) public @interface JsonTypeName
Annotation used for binding logical name that the annotated class has. Used withJsonTypeInfo
(and specifically itsJsonTypeInfo.use()
property) to establish relationship between type names and types.- Since:
- 1.5
- Author:
- tatu
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
Logical type name for annotated type.
-