Annotation Interface JsonValueInstantiator
Annotation that can be used to indicate a
ValueInstantiator
to use
for creating instances of specified type.- Since:
- 1.9
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends ValueInstantiator> value- Returns:
ValueInstantiator
to use for annotated type
-