The version 1.1-SNAPSHOT requires jdk 1.5 to run. If you need a jdk 1.3 or 1.4 version, submit a request to trackers. It's possible to backport (or create another version).
| [top] |
I had applied the solution (public attribute + GetAndSetAdder) on a EJB3/JSF project. And it currently works. Because I'm a rooky in AOP, currently I keep few getters for computed property.
| [top] |
And why not using public attribute ? it is in java since the beginning.
| [top] |
There is lot of frameworks/libraries accessing properties by reflection (eg: view framework of web stack like jsf, velocity, freemarker,...)
| [top] |
| [top] |