Quantcast
Channel: hasCode.com
Viewing all articles
Browse latest Browse all 92

Generating Java Source Files with JavaPoet

$
0
0
For the most of us developers, generating Java source files is an occasionally happening task and we’re dealing with it e.g. when writing annotation processors, writing tools or interacting with meta-data files. JavaPoet is a nice library to simplify such tasks, offering an intuitive fluent-builder API to generate source files in no time. In the [...]

Viewing all articles
Browse latest Browse all 92

Trending Articles