The @Property annotation currently has two non-standard attributes:
    public String override() default "may";
    public String xmlType() default "";

I have marked these as @Deprecated but have not removed them as there are references in our implementation. I think it should be fairly easy to replace override() with the standard required() attribute but it looked like it would be more complex to remove the xmlType() one given its use in the databinding framework.

What do we need to do to remove these?
--
Jeremy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to