org.jboss.cdi.tck.tests.decorators.builtin.injectionpoint
Class InjectionPointDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.builtin.injectionpoint.InjectionPointDecorator
All Implemented Interfaces:
javax.enterprise.inject.spi.InjectionPoint

@Decorator
public abstract class InjectionPointDecorator
extends Object
implements javax.enterprise.inject.spi.InjectionPoint


Constructor Summary
InjectionPointDecorator()
           
 
Method Summary
 javax.enterprise.inject.spi.Bean<?> getBean()
           
 boolean isTransient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.inject.spi.InjectionPoint
getAnnotated, getMember, getQualifiers, getType, isDelegate
 

Constructor Detail

InjectionPointDecorator

public InjectionPointDecorator()
Method Detail

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.enterprise.inject.spi.InjectionPoint

getBean

public javax.enterprise.inject.spi.Bean<?> getBean()
Specified by:
getBean in interface javax.enterprise.inject.spi.InjectionPoint


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