smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / Annotation-out.java
blobd2902b36e2b67e6d6fd86c67d2cfc6351ef5a978
1 import java.lang.annotation.Target;
2 @Target(value={ElementType.<caret>})
3 @interface Annotation {