Class ConcurrencyManagementAnnotationInformationFactory


  • public class ConcurrencyManagementAnnotationInformationFactory
    extends ClassAnnotationInformationFactory<javax.ejb.ConcurrencyManagement,​javax.ejb.ConcurrencyManagementType>
    Processes the ConcurrencyManagement annotation on a session bean
    Author:
    Stuart Douglas
    • Constructor Detail

      • ConcurrencyManagementAnnotationInformationFactory

        protected ConcurrencyManagementAnnotationInformationFactory()
    • Method Detail

      • fromAnnotation

        protected javax.ejb.ConcurrencyManagementType fromAnnotation​(org.jboss.jandex.AnnotationInstance annotationInstance,
                                                                     org.jboss.metadata.property.PropertyReplacer propertyReplacer)
        Specified by:
        fromAnnotation in class ClassAnnotationInformationFactory<javax.ejb.ConcurrencyManagement,​javax.ejb.ConcurrencyManagementType>