Class SystemPropertyInjector
java.lang.Object
org.jvnet.hk2.config.ConfigInjector
org.jvnet.hk2.config.NoopConfigInjector
com.sun.enterprise.config.serverbeans.SystemPropertyInjector
@Service(name="system-property",
metadata="@description=optional,@description=datatype:java.lang.String,@description=leaf,@name=optional,@name=datatype:java.lang.String,@name=leaf,@value=optional,@value=datatype:java.lang.String,@value=leaf,key=@name,keyed-as=com.sun.enterprise.config.serverbeans.SystemProperty,target=com.sun.enterprise.config.serverbeans.SystemProperty")
public class SystemPropertyInjector
extends org.jvnet.hk2.config.NoopConfigInjector
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jvnet.hk2.config.NoopConfigInjector
inject, injectAttribute, injectElementMethods inherited from class org.jvnet.hk2.config.ConfigInjector
asBoolean, asInt, reference
-
Constructor Details
-
SystemPropertyInjector
public SystemPropertyInjector()
-