zerobuilder
zerobuilder copied to clipboard
A flexible builder scheme for Java
Results
2
zerobuilder issues
Sort by
recently updated
recently updated
newest added
I know this project is deprecated. Is there any chance we can add a config or tweak the generated code to work on Java 9+? Basically: ```import javax.annotion.Generated;``` Needs to...
Currently polymorphic target are not supported. I think the following: ``` java @Goal(name = "entry") static Map.Entry entry(K key, V value) { return new AbstractMap.SimpleEntry(key, value); } ``` should generate...