@FooAnnotation(Foo.BAR) class Foo { private static final String BAR = "bar"; } @interface FooAnnotation { String value(); }