resourceQualifiers = qualifierAnnotation.value();
}
}
private void initResourceScope(final V view) {
ResourceScope scopeAnnotation = AnnotationUtils.getAnnotation(view, ResourceScope.class);
if (scopeAnnotation != null) {
resourceScopes = scopeAnnotation.value();
}
}