Annotation Interface ImportValidPojo


@Retention(CLASS) @Target({TYPE,PACKAGE,MODULE}) public @interface ImportValidPojo
Specify external types for which to generate Valid Adapters. Use when you can't place a @Valid annotation on an external type (such as a mvn/gradle dependency).
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
     
  • Element Details

    • value

      Class<?>[] value