1 2 3 4 5 6 7
public aspect DeclareEoW { declare warning : @this(MyAnnotation) : "should give compilation error"; declare error : @target(MyAnnotation) : "should give compilation error"; }