Package org.apache.bval.cdi
Interface BValExtension.AnnotatedTypeFilter
-
- Enclosing class:
- BValExtension
public static interface BValExtension.AnnotatedTypeFilterDefines an item that can determine whether a givenAnnotatedTypewill be processed by theBValExtensionfor executable validation. May be statically applied before container startup.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType)
-