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 |
---|---|
AnnotationBuilder |
AnnotationBuilder.add(Annotation annotation) |
AnnotationBuilder |
AnnotationBuilder.addAll(AnnotatedElement element) |
AnnotationBuilder |
AnnotationBuilder.addAll(org.jboss.solder.reflection.annotated.AnnotationStore annotations) |
AnnotationBuilder |
AnnotationBuilder.addAll(Set<Annotation> annotations) |
AnnotationBuilder |
RedefinitionContext.getAnnotationBuilder()
Access to the annotations present on the element.
|
AnnotationBuilder |
AnnotationBuilder.remove(Class<? extends Annotation> annotationType) |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotatedTypeBuilder.mergeAnnotationsOnElement(javax.enterprise.inject.spi.Annotated annotated,
boolean overwriteExisting,
AnnotationBuilder typeAnnotations) |
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.