Class StatefulTimeoutAnnotationInformationFactory
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.StatefulTimeout,StatefulTimeoutInfo>
org.jboss.as.ejb3.deployment.processors.annotation.StatefulTimeoutAnnotationInformationFactory
public class StatefulTimeoutAnnotationInformationFactory
extends ClassAnnotationInformationFactory<jakarta.ejb.StatefulTimeout,StatefulTimeoutInfo>
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StatefulTimeoutInfofromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) Methods inherited from class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType
-
Constructor Details
-
StatefulTimeoutAnnotationInformationFactory
protected StatefulTimeoutAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected StatefulTimeoutInfo fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<jakarta.ejb.StatefulTimeout,StatefulTimeoutInfo>
-