#import "_setup.html" as s> <@s.scaffold title="JavaC"> <@s.introduction>
Just put lombok on the classpath when compiling with any javac (version 1.6 - 1.8): javac -cp lombok.jar ....
Support for JDK9 is ongoing. You need to set up some configuration to make lombok play nice with jigsaw (the JDK9 module system). The github issue about JDK9 support for Lombok has the details on how to set it up.
@s.section> @s.scaffold>