Class RolesAllowedAnnotationInformationFactory
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.annotation.security.RolesAllowed,String[]>
org.jboss.as.ejb3.deployment.processors.annotation.RolesAllowedAnnotationInformationFactory
public class RolesAllowedAnnotationInformationFactory
extends ClassAnnotationInformationFactory<jakarta.annotation.security.RolesAllowed,String[]>
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]fromAnnotation(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
-
RolesAllowedAnnotationInformationFactory
protected RolesAllowedAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected String[] fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<jakarta.annotation.security.RolesAllowed,String[]>
-