Annotation Interface TransformerCollection


@Internal @Retention(RUNTIME) @Target({METHOD,TYPE}) public @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
    Modifier and Type
    Required Element
    Description
    Specifies an array of Transformer annotations.
  • Element Details

    • value

      Transformer[] value
      Specifies an array of Transformer annotations.
      Returns:
      An array of transformer annotations.