Uses of Class
org.apache.bval.jsr.ConstraintAnnotationAttributes
-
Packages that use ConstraintAnnotationAttributes Package Description org.apache.bval.jsr -
-
Uses of ConstraintAnnotationAttributes in org.apache.bval.jsr
Methods in org.apache.bval.jsr that return ConstraintAnnotationAttributes Modifier and Type Method Description static ConstraintAnnotationAttributes
ConstraintAnnotationAttributes. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConstraintAnnotationAttributes[]
ConstraintAnnotationAttributes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-