Files

7 lines
105 B
Java

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