blob: aa8d3837ec0a821cf5e58d8630eb48cf1b78af2a [file] [log] [blame]
Clement Escoffiercfa777c2010-07-31 08:14:26 +00001package foo;
2
3
4/**
5 * Creates a simple annotation to create the processing of non-matching
6 * annotations
7 */
8public @interface Foo {
9 String bar();
10}