Annotation Interface RunInDevModeConditionalFeature
@Documented
@Target(TYPE)
@Retention(RUNTIME)
@ConditionalFeature(RunInDevModeCondition.class)
public @interface RunInDevModeConditionalFeature
Indicates that the feature will only be loaded if the application is run in development
mode (see configuration key
voidframework.core.runInDevMode").- Since:
- 1.7.0