Annotation Interface Errors


@Documented @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Errors
The @Repeatable value for @Error.
Useful for organizing multiple @Error annotations
Since:
2.0
Author:
Kaidan Gustave
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    One or more @Error annotations.
  • Element Details

    • value

      Error[] value
      One or more @Error annotations.
      Returns:
      One or more @Error annotations