org.jboss.arquillian.core.impl
Class InjectorImpl

java.lang.Object
  extended by org.jboss.arquillian.core.impl.InjectorImpl
All Implemented Interfaces:
Injector

public class InjectorImpl
extends Object
implements Injector

InjectorImpl

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
<T> T
inject(T target)
           
static InjectorImpl of(Manager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static InjectorImpl of(Manager manager)

inject

public <T> T inject(T target)
Specified by:
inject in interface Injector


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.