Package com.foreach.across.config
package com.foreach.across.config
- 
ClassDescriptionAnnotation that merges
EnableAcrossContexttogether with Spring Boot configuration classes for web applications.Utility loader for retrieving data from META-INF/across.configuration file.Creates an AcrossContext bean and will apply all AcrossContextConfigurer instances before bootstrapping.Interface to implement when delegate configuration of an AcrossContext.Custom configuration that modifies the Across context bootstrapper in case of a web application.Configuration that automatically adds aAcrossDynamicModulesConfigurerthat uses the importing class as a base for the dynamic modules.AcrossContextConfigurerbean that will add dynamic modules to anAcrossContext.ServletContextInitializerthat ensures that theAcrossContextis bootstrapped before theServletContextis fully initialized.Supports Spring Boot configuration of anAcrossContext, ensures bootstrap of theAcrossContextis done before the web server starts.Configures dynamic application modules for anAcrossApplication.Using this annotation on aConfigurationclass will automatically create anAcrossContextusing the settings from this annotation.SimpleAcrossBootstrapConfigurerthat can be used to expose additional classes from modules.Validation class that checks wrong use of @Configuration classes, either in a module or on the application configuration level.