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 Details

    • RolesAllowedAnnotationInformationFactory

      protected RolesAllowedAnnotationInformationFactory()
  • Method Details

    • fromAnnotation

      protected String[] fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
      Specified by:
      fromAnnotation in class ClassAnnotationInformationFactory<jakarta.annotation.security.RolesAllowed,String[]>