Annotation Interface Suppress


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Suppress
Used to suppress specific warning messages during Doma's processing.

This annotation can be applied to types or methods to prevent certain warning messages from being reported during compile-time validation.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • messages

      Message[] messages
      Returns:
      the messages that should be suppressed.