Module io.avaje.validation
Package io.avaje.validation.spi
Annotation Interface MetaData.ValidFactory
- Enclosing class:
MetaData
public static @interface MetaData.ValidFactory
For internal use, holds metadata on generated adapters that also have factories.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] valueThe generated ValidationAdapters that have a factory.
-