Class AnnotationApiAbstraction

java.lang.Object
org.jboss.weld.util.ApiAbstraction
org.jboss.weld.util.AnnotationApiAbstraction
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service

public class AnnotationApiAbstraction extends ApiAbstraction implements org.jboss.weld.bootstrap.api.Service
  • Field Details

    • PRIORITY_ANNOTATION_CLASS

      public final Class<? extends Annotation> PRIORITY_ANNOTATION_CLASS
  • Constructor Details

    • AnnotationApiAbstraction

      public AnnotationApiAbstraction(org.jboss.weld.resources.spi.ResourceLoader resourceLoader)
  • Method Details

    • getPriority

      public Integer getPriority(Object annotationInstance)
    • cleanup

      public void cleanup()
      Specified by:
      cleanup in interface org.jboss.weld.bootstrap.api.Service