com.sun.enterprise.config.serverbeans
Class SystemPropertyInjector

java.lang.Object
  extended by org.jvnet.hk2.config.ConfigInjector
      extended by org.jvnet.hk2.config.NoopConfigInjector
          extended by com.sun.enterprise.config.serverbeans.SystemPropertyInjector

@Service(name="system-property",
         metadata="target=com.sun.enterprise.config.serverbeans.SystemProperty,@name=optional,@name=datatype:java.lang.String,@name=leaf,key=@name,keyed-as=com.sun.enterprise.config.serverbeans.SystemProperty,@value=optional,@value=datatype:java.lang.String,@value=leaf,@description=optional,@description=datatype:java.lang.String,@description=leaf")
public class SystemPropertyInjector
extends org.jvnet.hk2.config.NoopConfigInjector


Constructor Summary
SystemPropertyInjector()
           
 
Method Summary
 
Methods inherited from class org.jvnet.hk2.config.NoopConfigInjector
inject, injectAttribute, injectElement
 
Methods inherited from class org.jvnet.hk2.config.ConfigInjector
asBoolean, asInt, reference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyInjector

public SystemPropertyInjector()


Copyright © 2012 GlassFish Community. All Rights Reserved.