public abstract class ForwardingDecorator<T> extends IsolatedForwardingDecorator<T>
IsolatedForwardingDecorator.Impl<T>
Constructor and Description |
---|
ForwardingDecorator() |
Modifier and Type | Method and Description |
---|---|
protected javax.enterprise.inject.spi.BeanAttributes<T> |
attributes() |
protected abstract javax.enterprise.inject.spi.Decorator<T> |
delegate() |
String |
toString() |
getDecoratedTypes, getDelegateQualifiers, getDelegateType
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullable
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected abstract javax.enterprise.inject.spi.Decorator<T> delegate()
delegate
in class IsolatedForwardingDecorator<T>
protected javax.enterprise.inject.spi.BeanAttributes<T> attributes()
attributes
in class ForwardingBeanAttributes<T>
public String toString()
toString
in class IsolatedForwardingBean<T>
Copyright © 2016. All rights reserved.