Package com.oracle.coherence.cdi
Annotation Type SerializerFormat
-
@Qualifier @Documented @Retention(RUNTIME) public @interface SerializerFormat
A qualifier annotation used when injecting aSerializer
to identify the specificSerializer
to inject.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.11.20
-
-
Element Detail
-
value
String value
Obtain the value used to identify a specific serializer.- Returns:
- value used to identify a specific serializer
-
-