|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.solder.reflection.annotated.RedefinitionContext<A>
public class RedefinitionContext<A extends Annotation>
Provides access to the context of an annotation redefinition.
AnnotatedTypeBuilder,
AnnotationRedefiner| Method Summary | |
|---|---|
AnnotatedElement |
getAnnotatedElement()
Access to the AnnotatedElement on which this annotation is
defined. |
AnnotationBuilder |
getAnnotationBuilder()
Access to the annotations present on the element. |
Type |
getBaseType()
Access to the Type of the element on which this annotation is
defined |
String |
getElementName()
Access to the name of the element, or null if this represents a constructor or parameter. |
Class<?> |
getRawType()
Access to the raw type of the element on which the annotation is defined |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AnnotatedElement getAnnotatedElement()
AnnotatedElement on which this annotation is
defined. If the annotation is defined on a Field, this may be cast to
Field, if defined on a method, this may be cast to Method,
if defined on a constructor, this may be cast to Constructor or if
defined on a parameter, this may be cast to Parameter
public Type getBaseType()
Type of the element on which this annotation is
defined
public Class<?> getRawType()
public AnnotationBuilder getAnnotationBuilder()
AnnotationBuilder
public String getElementName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||