@interface Anno { boolean attr() default true; int existing(); } @Anno(attexisting = 2) class Cls { }