1 2 3 4 5 6 7
interface NodeBacked2 { Object projectTo(Class cts); } aspect X { public Object NodeBacked2.projectTo(Class cts) {return null;} }