Modifier and Type | Required Element and Description |
---|---|
String |
value
The name of the system property that enables or disables this bean.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
negated
Normally, the target bean is enabled if and only if the specified system
property exists and has the value
"true" . |
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"
.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.