com.sun.enterprise.configapi.tests.extensibility
Class RandomExtensionInjector

java.lang.Object
  extended by org.jvnet.hk2.config.ConfigInjector
      extended by org.jvnet.hk2.config.NoopConfigInjector
          extended by com.sun.enterprise.configapi.tests.extensibility.RandomExtensionInjector

@Service(name="random-extension",
         metadata="target=com.sun.enterprise.configapi.tests.extensibility.RandomExtension,@some-attribute=optional,@some-attribute=datatype:java.lang.String,@some-attribute=leaf")
public class RandomExtensionInjector
extends org.jvnet.hk2.config.NoopConfigInjector


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

RandomExtensionInjector

public RandomExtensionInjector()


Copyright © 2012 GlassFish Community. All Rights Reserved.