org.infinispan.jcache.annotation.solder
Class AnnotationBuilder
java.lang.Object
org.infinispan.jcache.annotation.solder.AnnotationBuilder
public class AnnotationBuilder
- extends Object
Helper class used to build annotation stores
- Author:
- Stuart Douglas
add
public AnnotationBuilder add(Annotation annotation)
remove
public AnnotationBuilder remove(Class<? extends Annotation> annotationType)
addAll
public AnnotationBuilder addAll(org.infinispan.jcache.annotation.solder.AnnotationStore annotations)
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> anType)
isAnnotationPresent
public boolean isAnnotationPresent(Class<?> annotationType)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.