blob: aa8d3837ec0a821cf5e58d8630eb48cf1b78af2a [file] [log] [blame]
package foo;
/**
* Creates a simple annotation to create the processing of non-matching
* annotations
*/
public @interface Foo {
String bar();
}