Annotation Interface TransformerCollection
Annotation to mark a collection of transformer annotations.
This annotation is used internally and is not intended for direct use by developers.
This annotation is applied to methods or types that represent a collection of Transformer annotations.
It is typically used to group multiple transformation annotations together.
This annotation is marked with ApiStatus.Internal, indicating that it is for internal use only
and should not be relied upon by external code.
- Since:
- 3.0.2-SNAPSHOT
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Transformer[] valueSpecifies an array ofTransformerannotations.- Returns:
- An array of transformer annotations.
-