org.jboss.arquillian.core.spi
Interface InjectionPoint

All Superinterfaces:
Typed
All Known Implementing Classes:
InjectionPointImpl

public interface InjectionPoint
extends Typed

FieldInjectionPoint

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 Class<? extends Annotation> getScope()
           
 void set(Instance<?> value)
           
 
Methods inherited from interface org.jboss.arquillian.core.spi.Typed
getType
 

Method Detail

getScope

Class<? extends Annotation> getScope()

set

void set(Instance<?> value)
         throws InvocationException
Throws:
InvocationException


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