Arquillian Core Implementation Base 1.0.1.Final

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

Arquillian Core Implementation Base 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.