blob: 0acecf2eae1f18ed5c0050843243b50aeebc209f [file] [log] [blame]
@interface MyAnnotation {
Object value();
String name();
}
@MyAnnotation(v<caret>)
class MyClass {}