@interface MyAnnotation { String documentation() default ""; } @MyAnnotation class MyClass {}