Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: modello-plugin-java
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Java 5 generation must be optional because some apps use always 1.4 code
Issue Links
| This issue relates to: | ||||
| CASTOR-2604 | add AbstractJClass.addSourceCode(String) to allow addition of arbitrary source into the generated class |
|
|
|
| This issue is related to: | ||||
| MODELLO-148 | replace javasource fork with Castor's original source |
|
|
|
I found that latest version of javasource at Castor supports Java 5 source code generation
Now I need to see how I can merge this branch with Modello's one, or if I can use Castor's...