blob: d5bfa5b7ce9a18a22f3095873e0a36cf69503285 [file] [log] [blame]
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
/**
* Copy of the Sibling1 annotation, to test how WPI handles annotations with the same simple name.
*/
@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
public @interface Sibling1 {}