blob: 9a552373f298ef23831771802b95bb17ddee6462 [file] [log] [blame]
public @interface Example {
public static final String FOO = "foo", BAR = "bar";
String value();
}
@Example(Example<caret>)