org.jvnet.hk2.config.types
Class PropertyInjector

java.lang.Object
  extended by org.jvnet.hk2.config.ConfigInjector
      extended by org.jvnet.hk2.config.NoopConfigInjector
          extended by org.jvnet.hk2.config.types.PropertyInjector

@Service(name="property",
         metadata="target=org.jvnet.hk2.config.types.Property,@name=required,@name=datatype:java.lang.String,@name=leaf,key=@name,keyed-as=org.jvnet.hk2.config.types.Property,@value=required,@value=datatype:java.lang.String,@value=leaf,@description=optional,@description=datatype:java.lang.String,@description=leaf")
public class PropertyInjector
extends NoopConfigInjector


Constructor Summary
PropertyInjector()
           
 
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

PropertyInjector

public PropertyInjector()


Copyright © 2013 Oracle Corporation. All Rights Reserved.