@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public static @interface Env.RequireGroup
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.RequireProfile
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The node group specification
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
except
If
except is true then the module should be load when the current node group is NOT the value specified |
Copyright © 2014–2017 ActFramework. All rights reserved.