/* */ else {
/* 1086 */ RolesAllowedImpl annotation = new RolesAllowedImpl();
/* */
/* 1088 */ for (String roleName : permission.getRoles())
/* */ {
/* 1090 */ annotation.addValue(roleName);
/* */ }
/* 1092 */ addAnnotations(RolesAllowed.class, annotation, container, method);
/* */ }
/* */ }
/* */ }