Java 8 generated code

Issue #330 new
Jesper Öqvist created an issue

Can we change the generated code to use Java 8 instead of Java 6? This would allow us to generate higher quality code with Java 8 features such as default interface methods.

This change would affect any project that still compiles generated JastAdd code with Java 7 or below.

Comments (3)

  1. Jesper Öqvist reporter

    ExtendJ still uses Java 6 source compatibility, but I think it is time to update to Java 8.

  2. Log in to comment