On Feb 25, 2007, at 12:14 PM, Jeremy Boynes wrote:

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
I think we need to remove them as they aren't spec compliant. I can do that today if it makes sense or unless there is another option (e.g. perhaps a different annotation?).

Jim

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

Reply via email to