This content has been marked as final.
Show 1 reply
-
1. Re: How do I make an entity bean method read-only?
vanitas Jul 17, 2003 7:04 AM (in response to cvandyck)Hi,
It's possible to generate this using XDoclet.
First you should set version="3.2" in your in ant.
Second you should put this:
@jboss.method-attributes read-only="true"
just before your method.
At least this works for me :).
best regards,
greg