Class AnnotationBuilder
java.lang.Object
org.infinispan.cdi.common.util.annotatedtypebuilder.AnnotationBuilder
Helper class used to build annotation stores
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionadd(Annotation annotation) addAll(org.infinispan.cdi.common.util.annotatedtypebuilder.AnnotationStore annotations) <T extends Annotation>
TgetAnnotation(Class<T> anType) booleanisAnnotationPresent(Class<?> annotationType) remove(Class<? extends Annotation> annotationType) toString()
-
Method Details
-
add
-
remove
-
addAll
public AnnotationBuilder addAll(org.infinispan.cdi.common.util.annotatedtypebuilder.AnnotationStore annotations) -
getAnnotation
-
isAnnotationPresent
-
toString
-