The Across module descriptor represents the configuration for a single Across module. The module descriptor is a class extending AcrossModule
. Settings are defined by implementing or overriding corresponding methods.
The module descriptor takes care of the following:
@AcrossDepends
;ApplicationContext
of the module should be configured (eg. where to scan for components, etc.);Most modules use default settings and only its name, dependencies and resources key are modified. See the AcrossModule
class for details on the overridable methods.
See the reference documentation on Creating an Across module for more information.