You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.
Name of the XML Schema element. By default, the XML Schema
element name is derived from the JavaBean property name.
*/
String name() default "";
This customization might be used on a class, so just saying
"from the JavaBean property name" is inaccurate. You should say
something like:
... from (1) the JavaBean property name if the customization is
spcified on a method or a field and (2) the class name if the
customization is specified on a class.
Environment
Operating System: All
Platform: All
Affected Versions
[2.0 v0.4]
The text was updated successfully, but these errors were encountered:
This customization might be used on a class, so just saying
"from the JavaBean property name" is inaccurate. You should say
something like:
... from (1) the JavaBean property name if the customization is
spcified on a method or a field and (2) the class name if the
customization is specified on a class.
Environment
Operating System: All
Platform: All
Affected Versions
[2.0 v0.4]
The text was updated successfully, but these errors were encountered: