org.jboss.seam.solder.bean
Class ForwardingInjectionPoint

java.lang.Object
  extended by org.jboss.seam.solder.bean.ForwardingInjectionPoint
All Implemented Interfaces:
InjectionPoint

public abstract class ForwardingInjectionPoint
extends Object
implements InjectionPoint


Constructor Summary
ForwardingInjectionPoint()
           
 
Method Summary
protected abstract  InjectionPoint delegate()
           
 Annotated getAnnotated()
           
 Bean<?> getBean()
           
 Member getMember()
           
 Set<Annotation> getQualifiers()
           
 Type getType()
           
 boolean isDelegate()
           
 boolean isTransient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardingInjectionPoint

public ForwardingInjectionPoint()
Method Detail

delegate

protected abstract InjectionPoint delegate()

getAnnotated

public Annotated getAnnotated()
Specified by:
getAnnotated in interface InjectionPoint

getType

public Type getType()
Specified by:
getType in interface InjectionPoint

getQualifiers

public Set<Annotation> getQualifiers()
Specified by:
getQualifiers in interface InjectionPoint

getBean

public Bean<?> getBean()
Specified by:
getBean in interface InjectionPoint

getMember

public Member getMember()
Specified by:
getMember in interface InjectionPoint

isDelegate

public boolean isDelegate()
Specified by:
isDelegate in interface InjectionPoint

isTransient

public boolean isTransient()
Specified by:
isTransient in interface InjectionPoint


Copyright © 2008-2010 Seam Framework. All Rights Reserved.