Invalidate cached external annotations info when annotations file is edited in Idea IDEA-196967

This commit is contained in:
Nikita Skvortsov
2018-08-14 18:43:10 +03:00
parent 2b6f1b53b9
commit d7b44732e6
4 changed files with 50 additions and 8 deletions
@@ -0,0 +1,3 @@
<root>
<item name='edit.Foo'><annotation name='java.lang.Deprecated'/></item><caret>
</root>
@@ -0,0 +1,2 @@
package edit;
public class Foo {}