5
I Use This!
Inactive

News

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Posted over 5 years ago by Arnaud Thimel
Arnaud Thimel (1fafb0c3) at 13 Dec 11:39 Does not use some arbitrary mapper, use the default one
Posted over 5 years ago by Arnaud Thimel
Posted over 5 years ago by Julien Ruchaud
Julien Ruchaud (a2bad75f) at 13 Dec 11:59 Merge branch 'feature/use-default-mapper' into 'master' ... and 1 more commit
Posted over 5 years ago by Julien Ruchaud
Posted over 5 years ago by Arnaud Thimel
Arnaud Thimel (1fafb0c3) at 13 Dec 11:59
Posted over 5 years ago by Éric Chatellier
In JDK 8, @javax.annotion.Generated is added on each generated class. On jdk 13, by default this annotation is not available. Moved to @javax.annotion.processing.Generated
Posted over 5 years ago by Éric Chatellier
Add new configuration for generated @Generated annotation: eugene.core.tagValues.generatedAnnotation=javax.annotation.Generated eugene.core.tagValues.generatedAnnotation=javax.annotation.processing.Generated Default value to '' generates nothing (no annotation).
Posted over 5 years ago by Éric Chatellier
Current java code is : ObjectModelAnnotation annotation = addAnnotation(element, element, Generated.class); The idea is also to remove dependency on Generated.class
Posted over 5 years ago by Éric Chatellier
@bleny, @athimel ?
Posted over 5 years ago by Éric Chatellier