Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.5.6
-
Fix Version/s: 1.7-beta-1
-
Component/s: bytecode, class generator, command line processing
-
Labels:None
-
Number of attachments :
Description
I want to use annotated classes im my Groovy beans, but org.springframework.scripting.groovy.GroovyScriptFactory#getScriptedObject uses getGroovyClassLoader().parseClass call, and it returns class instance with no annotations attached.
The same groovy