@Target(value=TYPE) @Retention(value=RUNTIME) @Import(value=ReactorBeanDefinitionRegistrar.class) public @interface EnableReactor
Configuration classes to ensure
an Environment is created in application context as well as create the necessary beans for
automatic wiring of annotated beans.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
environmentSupplier
The bean name of
Supplier that can provide an instance (or instances) of .core.Environment to be registered in the ApplicationContext. |
java.lang.String |
value
Name of the profile to use as the default.
|
public abstract java.lang.String value
public abstract java.lang.String environmentSupplier
Supplier that can provide an instance (or instances) of .core.Environment to be registered in the ApplicationContext.Environment Supplier