Class ScheduleAnnotationInformationFactory

java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.Schedule,AutoTimer>
org.jboss.as.ejb3.deployment.processors.annotation.ScheduleAnnotationInformationFactory

public class ScheduleAnnotationInformationFactory extends org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.Schedule,AutoTimer>
ClassAnnotationInformation for Schedule annotation
Author:
Stuart Douglas
  • Constructor Details

    • ScheduleAnnotationInformationFactory

      public ScheduleAnnotationInformationFactory()
  • Method Details

    • fromAnnotation

      protected AutoTimer fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
      Specified by:
      fromAnnotation in class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.Schedule,AutoTimer>