Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-5
-
None
Description
In grails we want to implement a mechanism that allows the addition of properties at compilation time, thus allowing an even more concise syntax for GORM (see http://jira.codehaus.org/browse/GRAILS-139)
but currently the dangers in this are too great as the GroovyClassLoader is not extensible enough and needs to be refactored to allow sub-classes to override the necessary methods to provide said functionality.