blob: 7784a2bf61c8a9944887643178352f90d95a31c7 [file] [log] [blame]
@interface MyAnnotation {
Object value();
String name();
}
@MyAnnotation(value = null, n<caret>)
class MyClass {}