- All Implemented Interfaces:
- AssemblyContextResolver
public class DefaultAssemblyContextResolver
extends Object
implements AssemblyContextResolver
Provides the default assembly environment resolving strategy which is used if no other implementation found in the
current sprint context.
It looks for a system property called CONSTRETTO_ENV, and if that is not found tries to find the variable in the system
environment.
If no system property or system environment variable found, it will for the xml support fall back to the default bean, and
When autowiring remove all constretto tagged beans as autowire candidates.
- Author:
- Kaare Nilsen