1 2 3 4
public aspect ConcreteAspectWithITD extends AbstractSuperAspectWithInterface { protected pointcut scope () : !within(AbstractSuperAspectWithInterface+); }