public class AnnotationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
AnnotationBuilder |
add(Annotation annotation) |
AnnotationBuilder |
addAll(org.infinispan.cdi.util.annotatedtypebuilder.AnnotationStore annotations) |
<T extends Annotation> |
getAnnotation(Class<T> anType) |
boolean |
isAnnotationPresent(Class<?> annotationType) |
AnnotationBuilder |
remove(Class<? extends Annotation> annotationType) |
String |
toString() |
public AnnotationBuilder add(Annotation annotation)
public AnnotationBuilder remove(Class<? extends Annotation> annotationType)
public AnnotationBuilder addAll(org.infinispan.cdi.util.annotatedtypebuilder.AnnotationStore annotations)
public <T extends Annotation> T getAnnotation(Class<T> anType)
public boolean isAnnotationPresent(Class<?> annotationType)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.