Annotation Interface Sanitizes


@Retention(RUNTIME) @Target(FIELD) public @interface Sanitizes
Container annotation for repeatable Sanitize annotations.

This annotation is automatically used by the compiler when multiple Sanitize annotations are placed on the same field. It should not normally be used directly.

Since:
1.0.23
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The repeatable Sanitize annotations.
  • Element Details

    • value

      Sanitize[] value
      The repeatable Sanitize annotations.
      Returns:
      the contained annotations