Skip to content

Commit

Permalink
Fixed class scan to resolve also non public classes
Browse files Browse the repository at this point in the history
Fixes #40
  • Loading branch information
mcollovati committed May 15, 2020
1 parent 19b678c commit 30dd43f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ private Future<VertxVaadin> initVertxVaadin(StartupContext startupContext) {
}
classGraph.ignoreParentClassLoaders()
.enableClassInfo()
.ignoreClassVisibility()
.enableAnnotationInfo()
.whitelistPackages(pkgs.toArray(new String[0]))
.ignoreParentClassLoaders()
Expand Down

0 comments on commit 30dd43f

Please sign in to comment.