mkarneim / pojobuilder

A Java Code Generator for Pojo Builders
Other
334 stars 44 forks source link

Problem using 4.2.3 with Java7 #167

Open Rotznase opened 4 years ago

Rotznase commented 4 years ago

With Java7 PB 4.2.3 does not produce any generated files and javac stops without any message. Java8 in contrast works as expected. In the demo below I used the example User.java.

Demo with Java7 image

Demo with Java8 image