package com.foo; import java.lang.annotation.*; @Deprecated @Inherited @Retention(RetentionPolicy.CLASS) public @interface Anno2 { }