Class BooleanAnnotationInformationFactory<T extends Annotation>

java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<T,Boolean>
org.jboss.as.ee.component.deployers.BooleanAnnotationInformationFactory<T>

public class BooleanAnnotationInformationFactory<T extends Annotation> extends ClassAnnotationInformationFactory<T,Boolean>
An annotation information factory that simply returns true if the annotation is present
Author:
Stuart Douglas
  • Constructor Details

    • BooleanAnnotationInformationFactory

      public BooleanAnnotationInformationFactory(Class<T> annotationType)
  • Method Details