Package | Description |
---|---|
org.jboss.solder.reflection.annotated |
A collection of base classes and builders for working with
AnnotatedType
metadata objects. |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
AnnotatedTypeBuilder.redefine(Class<A> annotationType,
AnnotationRedefiner<A> redefinition)
Redefine any annotations of the specified type.
|
protected <A extends Annotation> |
AnnotatedTypeBuilder.redefineAnnotationBuilder(Class<A> annotationType,
AnnotationRedefiner<A> redefinition,
AnnotatedElement annotated,
Type baseType,
AnnotationBuilder builder,
String elementName) |
Copyright © 2008–2013 Seam Framework. All rights reserved.