Skip to content

Commit

Permalink
Process package level annotations (#20)
Browse files Browse the repository at this point in the history
* Process package level annotations
  • Loading branch information
didiez authored and jkubrynski committed May 15, 2018
1 parent 14339a0 commit 89cbd72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ void generate(GeneratorSettings settings) throws Exception {

for (String packageName : settings.getPackages()) {
FileResolver.listClassNamesInPackage(packageName).forEach(metadata::addAnnotatedClassName);
metadata.addPackage(packageName);
}

if (settings.getAction() != Action.UPDATE) {
Expand Down

0 comments on commit 89cbd72

Please sign in to comment.