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