return EnterpriseBeanMetaData.class;
}
@Override
protected void processBeanMetaData(final EnterpriseBeanMetaData beanMetaData, final DeploymentPhaseContext phaseContext) throws DeploymentUnitProcessingException {
final SecurityRoleRefsMetaData securityRoleRefs = beanMetaData.getSecurityRoleRefs();
if (securityRoleRefs == null) {
return;
}
final DeploymentUnit deploymentUnit = phaseContext.getDeploymentUnit();
final EEModuleDescription moduleDescription = deploymentUnit.getAttachment(Attachments.EE_MODULE_DESCRIPTION);