Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/36#discussion_r77491754 --- Diff: core/logic/src/main/java/org/apache/syncope/core/logic/init/ClassPathScanImplementationLookup.java --- @@ -226,5 +233,15 @@ public void load() { return passwordRuleClasses.get(passwordRuleConfClass); } + + /** + * @return basePackages for syncope class classpath scanning + */ + protected List<String> getBasePackages() { --- End diff -- Did not get what this method was for, at a first glance, then I've realized it might be used for subclasses: please mention this in the javadoc.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---