Class RemoveAnnotationInformationFactory
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.Remove,Boolean>
org.jboss.as.ejb3.deployment.processors.annotation.RemoveAnnotationInformationFactory
public class RemoveAnnotationInformationFactory
extends ClassAnnotationInformationFactory<jakarta.ejb.Remove,Boolean>
Processes the
Remove- Author:
- Stuart Douglas
-
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
-
RemoveAnnotationInformationFactory
protected RemoveAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected Boolean fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<jakarta.ejb.Remove,Boolean>
-