org.apache.openejb
Class Injector

java.lang.Object
  extended by org.apache.openejb.Injector

public class Injector
extends Object

Extracted from the OpenEjbContainer class


Nested Class Summary
static class Injector.InjectionException
           
static class Injector.NoInjectionMetaDataException
           
 
Constructor Summary
Injector()
           
 
Method Summary
static
<T> T
inject(T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Injector

public Injector()
Method Detail

inject

public static <T> T inject(T object)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.