Thing I am gonna' show is open-source library code-name Lombok.
See the full article here ...
„Lombok is really two things: a compile-time code generator and a development-time code generator.”Basically, Lombok integrates directly into the Eclipse compilation cycle (by manipulating the abstract syntax tree of your code as you type) and generates code immediately based on annotations. The generated code is visible to all other classes instantly.
See the full article here ...
No comments:
Post a Comment