Is it possible to develop using newer Java (e.g 9, 10, 11 etc.) versions, and have that Java be compiled down to some older version - such as Java 8?
We would like to use the new features of newer Java versions, but our code needs to run on a Java 8 platform.
If it matters: we are building with Maven.
Phrasing it in Javascript fashion:
Does there exist a Babel Polyfill equivalence for Java?