Jacques Stadler
Results
1
issues of
Jacques Stadler
When switching from the package prefix only Reflection constructor: ``` new Reflections("my.package"); ``` to the ConfigurationBuilder Style of initialisation: ``` new Reflections(new ConfigurationBuilder() .setUrls(ClasspathHelper.forPackage("my.project")) .filterInputsBy(new FilterBuilder().includePackage("my.project")) ...); ``` things get...
marked for next release