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