@Nullable
protected final ProblemDescriptor[] verifyAnnotationDeclaredCorrectly( @NotNull PsiVariable psiVariable,
@NotNull PsiAnnotation serviceAnnotation,
@NotNull InspectionManager manager )
{
ServiceAnnotationDeclarationValidationResult annotationCheck =
isValidServiceAnnotationDeclaration( psiVariable );
String message = null;
LocalQuickFix fix = null;
switch( annotationCheck )
{