|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface MORegisterPropertyEditors
Registers multiple property editors for multiple types. Using this annotation is equivalent to using
xmlBindingModel.getPropertyEditorRegistry().registerPropertyEditor(propertyClass, propertyEditorClass);
With on exception - the propertyEditorClass
is assumed to have a default constructor.
MORegisterPropertyEditor
,
MoXmlBindingModel.getPropertyEditorRegistry()
,
MOPropertyEditorRegistry.registerPropertyEditor(Class, com.abra.j2xb.beans.propertyEditors.MOPropertyEditor)
Required Element Summary | |
---|---|
MORegisterPropertyEditor[] |
value
|
Element Detail |
---|
public abstract MORegisterPropertyEditor[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |