@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Deprecated
public static @interface Env.Group
Used to mark a dependency injector module that should be load only in specified node group
This annotation shall NOT used along with Env.Mode and Env.Profile
This annotation is deprecated. Please use Env.RequireGroup instead
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Deprecated.
The node group specification
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
unless
Deprecated.
If unless is
true then the module should be load unless the current node group is the value specified |
Copyright © 2014–2017 ActFramework. All rights reserved.