Annotation Interface PropertyEditorClass
Allows you to define a
PropertyEditor for the attribute.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends PropertyEditor> Gets thePropertyEditorclass to instantiate.
-
Element Details
-
value
Class<? extends PropertyEditor> valueGets thePropertyEditorclass to instantiate.- Returns:
- the
PropertyEditorclass to instantiate.
-