org.jboss.weld.introspector
Class ForwardingAnnotated
java.lang.Object
org.jboss.weld.introspector.ForwardingAnnotated
- Type Parameters:
T
- the base typeS
- the annotated element type
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Annotated
- Direct Known Subclasses:
- ForwardingAnnotatedType, ForwardingWeldAnnotated
public abstract class ForwardingAnnotated
- extends Object
- implements javax.enterprise.inject.spi.Annotated
Base class to allow implementation of the decorator pattern
- Author:
- Pete Muir
ForwardingAnnotated
public ForwardingAnnotated()
delegate
protected abstract javax.enterprise.inject.spi.Annotated delegate()
getAnnotation
public <A extends Annotation> A getAnnotation(Class<A> annotationType)
- Specified by:
getAnnotation
in interface javax.enterprise.inject.spi.Annotated
getAnnotations
public Set<Annotation> getAnnotations()
- Specified by:
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
- Specified by:
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
getBaseType
public Type getBaseType()
- Specified by:
getBaseType
in interface javax.enterprise.inject.spi.Annotated
getTypeClosure
public Set<Type> getTypeClosure()
- Specified by:
getTypeClosure
in interface javax.enterprise.inject.spi.Annotated
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Seam Framework. All Rights Reserved.