Class ClusteredSingletonAnnotationInformationFactory
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.ClusteredSingleton,Boolean>
org.jboss.as.ejb3.deployment.processors.annotation.ClusteredSingletonAnnotationInformationFactory
public class ClusteredSingletonAnnotationInformationFactory
extends ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.ClusteredSingleton,Boolean>
Processes the
ClusteredSingleton annotation- Author:
- Flavia Rainone
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanfromAnnotation(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
-
ClusteredSingletonAnnotationInformationFactory
protected ClusteredSingletonAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected Boolean fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<org.jboss.ejb3.annotation.ClusteredSingleton,Boolean>
-