|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface EnabledByProperty
Indicates that the target Errai IOC bean can be switched on and off at GWT rebind time by setting a Java System Property.
Required Element Summary | |
---|---|
String |
value
The name of the system property that enables or disables this bean. |
Optional Element Summary | |
---|---|
boolean |
negated
Normally, the target bean is enabled if and only if the specified system property exists and has the value "true" . |
Element Detail |
---|
public abstract String value
public abstract boolean negated
"true"
. If negated
is
true
then this sense is reversed: the bean is disabled if and only
if the specified system property exists and has the value "true"
.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |