com.caucho.config.inject
Class DecoratorEntry<X>
java.lang.Object
com.caucho.config.inject.DecoratorEntry<X>
@Module
public class DecoratorEntry<X>
- extends java.lang.Object
Represents an introspected Decorator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DecoratorEntry
public DecoratorEntry(InjectManager manager,
Decorator<X> decorator,
BaseType delegateType)
getDecorator
public Decorator<X> getDecorator()
getDelegateType
public BaseType getDelegateType()
getDecoratedTypes
public java.util.Set<BaseType> getDecoratedTypes()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean isEnabled)
isMatch
public boolean isMatch(java.lang.annotation.Annotation[] bindingAnn)
isMatch
public boolean isMatch(QualifierBinding binding,
java.lang.annotation.Annotation[] bindingAnn)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object