Annotation Type SerializerFormat
-
@Documented @Retention(RUNTIME) public @interface SerializerFormatA qualifier annotation used when injecting aSerializerto identify the specificSerializerto inject.- Since:
- 1.0
- Author:
- Jonathan Knight
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueObtain the value used to identify a specific serializer.
-