Folks, I noticed there is a way to specify different or additional folders for model/entity
AppModule.JAVA ------------------------------ @Contribute(HibernateEntityPackageManager.class) public static void addPackagesToScan(Configuration<String> configuration) { // If you want to scan other packages add them here: // configuration.add("org.tynamo.examples.newapp.model"); } Are there likewise mechanisms for components and services ? Mixins ? Just want to be sure I am not missing anything or if there is a general scheme by which pertinent source modules are required to be specified for build/configuration purposes. Best regards and thanks... KEN