// Move foobar
package p1;
import p2.B;
public @interface A {
	String foo(B b);
}