@interface MyAnnotation { Object value(); String name(); } @MyAnnotation(value = null, n) class MyClass {}