This is because you must put the javadoc comment on the getter methods
instead of the setter ones.

Jerome.

> -----Message d'origine-----
> De�: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] De la part de Alex Loubyansky
> Envoy�: mardi 9 juillet 2002 14:27
> ��: Xdoclet-User (E-mail)
> Objet�: [Xdoclet-user] @ejb:persistent-field
> 
> XDoclet 1.2, Win2K, JDK 1.4.0
> 
> The Big Doc says the tag can be used with the following method
patterns:
> *     public abstract Foo getX();
> *     public abstract boolean isX();
> *     public abstract void setX(Foo newVal);
> 
> But the source
> /**
>  * @ejb:persistent-field
>  */
> public abstract void setName(java.lang.String name);
> public abstract String getName();
> 
> won't generate cmp-field for the name attribute. If getName move above
the
> setName, that works fine.
> 
> alex
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Stuff, things, and much much more.
> http://thinkgeek.com/sf
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to