Class ConcurrencyManagementAnnotationInformationFactory
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.ConcurrencyManagement,jakarta.ejb.ConcurrencyManagementType>
org.jboss.as.ejb3.deployment.processors.annotation.ConcurrencyManagementAnnotationInformationFactory
public class ConcurrencyManagementAnnotationInformationFactory
extends ClassAnnotationInformationFactory<jakarta.ejb.ConcurrencyManagement,jakarta.ejb.ConcurrencyManagementType>
Processes the
ConcurrencyManagement annotation on a session bean- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.ejb.ConcurrencyManagementTypefromAnnotation(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
-
ConcurrencyManagementAnnotationInformationFactory
protected ConcurrencyManagementAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected jakarta.ejb.ConcurrencyManagementType fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<jakarta.ejb.ConcurrencyManagement,jakarta.ejb.ConcurrencyManagementType>
-