74757677787980
for (final TypePermission permission : permissions) { if (permission.allows(type)) { return type; } } throw new ForbiddenClassException(type); }