blob: d8eaa2f2ad5fcc9bd77728a3296f1991f9d6e091 [file]
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.CLASS)
@interface Foo {
}