Class DeliveryGroupAnnotationInformationFactory
- java.lang.Object
-
- org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.DeliveryGroup,String>
-
- org.jboss.as.ejb3.deployment.processors.annotation.DeliveryGroupAnnotationInformationFactory
-
public class DeliveryGroupAnnotationInformationFactory extends ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.DeliveryGroup,String>
Processes theDeliveryGroupannotation- Author:
- Flavia Rainone
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeliveryGroupAnnotationInformationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringfromAnnotation(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
-
-
-
-
Method Detail
-
fromAnnotation
protected String fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
- Specified by:
fromAnnotationin classClassAnnotationInformationFactory<org.jboss.ejb3.annotation.DeliveryGroup,String>
-
-