org.infinispan.jcache.annotation.solder
Class AnnotationBuilder

java.lang.Object
  extended by org.infinispan.jcache.annotation.solder.AnnotationBuilder

public class AnnotationBuilder
extends Object

Helper class used to build annotation stores

Author:
Stuart Douglas

Method Summary
 AnnotationBuilder add(Annotation annotation)
           
 AnnotationBuilder addAll(org.infinispan.jcache.annotation.solder.AnnotationStore annotations)
           
<T extends Annotation>
T
getAnnotation(Class<T> anType)
           
 boolean isAnnotationPresent(Class<?> annotationType)
           
 AnnotationBuilder remove(Class<? extends Annotation> annotationType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.