public aspect AspectX { public A AspectXMarker.doSomething(B b) { return null; } }