4

*updates to java 9*
rip lombok :(

Comments
  • 1
    is this supposed to be some kind of geography joke?
  • 4
    @BindView nope 😅 it's a java library injecting getters, setters, constructors, ... boilerplate into the generated class files on compilation so you don't have to write it or look at it
  • 1
    What's new in java 9?
  • 1
    @shellbug repl, jdk modularization, stream/optional improvements, better process api, http2 support
    That's basically it
  • 1
    I update to java 9 and everything was broken :D , gonna wait for java 10 or new projects to use it
Add Comment