com.abra.j2xb.annotations
Annotation Type MORegisterPropertyEditors


@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.

Since:
JDK1.5
Version:
1.0, Jun 10, 2008
Author:
Yoav Abrahami
See Also:
MORegisterPropertyEditor, MoXmlBindingModel.getPropertyEditorRegistry(), MOPropertyEditorRegistry.registerPropertyEditor(Class, com.abra.j2xb.beans.propertyEditors.MOPropertyEditor)

Required Element Summary
 MORegisterPropertyEditor[] value
           
 

Element Detail

value

public abstract MORegisterPropertyEditor[] value


Copyright © 2008. All Rights Reserved.