Files
2009-10-15 13:07:59 +01:00

6 lines
87 B
Java

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