Support for final modifier on fields of Persistence-Capable classes
-------------------------------------------------------------------
Key: JDO-540
URL: https://issues.apache.org/jira/browse/JDO-540
Project: JDO
Issue Type: New Feature
Components: api2
Reporter: Chris Beams
Fix For: JDO 2 maintenance release 1
Per changes introduced in Java5 as part of JSR-133, post-construction
modification of final fields is now possible when calling setAccessible(true)
on a field via reflection.
Heinz Kabutz gives a good discussion of the feature:
http://www.javaspecialists.eu/archive/Issue096.html
Supporting final on fields would make JDO even less intrusive than it already
is, and would allow users to create richer class definitions.
Let's discuss...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.