Files

6 lines
87 B
Java

@interface MyAnnotation {
Object value();
}
@MyAnnotation(<caret>)
class MyClass {}