public final class SpringNativeMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGENT
This should be used if only wishing the feature to provide substitutions and initialization configuration.
|
static java.lang.String |
FUNCTIONAL
This should be used when working with functional bean registration (Spring Fu style).
|
static java.lang.String |
INIT
Initialization-only configuration provided from the feature.
|
static java.lang.String |
REFLECTION
Default mode, provide everything
|
public static final java.lang.String AGENT
public static final java.lang.String INIT
public static final java.lang.String REFLECTION
public static final java.lang.String FUNCTIONAL