Annotation Interface UifValidCharactersConstraintBeanName
@Target(FIELD)
@Retention(RUNTIME)
@Documented
@Beta
public @interface UifValidCharactersConstraintBeanName
BETA: Defines a bean name (from the UIF data dictionary) which should be used when validating characters entered
into this property.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueGets the bean name which should be used to validate characters for this property.- Returns:
- the bean name which should be used to validate characters for this property.
-