Error
The attribute "<xyz>" is undefined for the annotation type JavaBean
Error Type
Compile Time
Possible Cause
You have specified an attribute with the annotation which is not allowed. Possible attributes allowed with JavaBean annotations are
@JavaBean(description = "",defaultProperty="",defaultEventSet="")