@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface PropertyEditorClass
PropertyEditor
for the attribute.Modifier and Type | Required Element and Description |
---|---|
Class<? extends PropertyEditor> |
value
Gets the
PropertyEditor class to instantiate. |
public abstract Class<? extends PropertyEditor> value
PropertyEditor
class to instantiate.PropertyEditor
class to instantiate.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.