public abstract class ForwardingDecorator<T> extends ForwardingBean<T> implements javax.enterprise.inject.spi.Decorator<T>
Constructor and Description |
---|
ForwardingDecorator() |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.enterprise.inject.spi.Decorator<T> |
delegate()
Abstract getter for the delegate
|
Set<Type> |
getDecoratedTypes() |
Set<Annotation> |
getDelegateQualifiers() |
Type |
getDelegateType() |
create, destroy, equals, getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, hashCode, isAlternative, isNullable, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected abstract javax.enterprise.inject.spi.Decorator<T> delegate()
ForwardingBean
delegate
in class ForwardingBean<T>
public Set<Type> getDecoratedTypes()
getDecoratedTypes
in interface javax.enterprise.inject.spi.Decorator<T>
public Set<Annotation> getDelegateQualifiers()
getDelegateQualifiers
in interface javax.enterprise.inject.spi.Decorator<T>
Copyright © 2012 Seam Framework. All Rights Reserved.