IDEA-66792 groovy: bad code green: applicability of annotation is not verified with regard to target element

This commit is contained in:
Maxim.Medvedev
2012-04-06 12:04:27 +04:00
parent ec24c9d921
commit ddbc9d9b69
9 changed files with 153 additions and 21 deletions
@@ -101,5 +101,6 @@ public interface PsiAnnotation extends PsiAnnotationMemberValue, PsiMetaOwner {
*
* @return annotation owner
*/
@Nullable
PsiAnnotationOwner getOwner();
}