```
@Service
public class SuperDemoService extends
AriesAbstractProcessor<UseCaseFrameContext> {
@Override
protected void doProcess(UseCaseFrameContext context) throws Exception {
System.out.println("SuperDemoService doProcess");
}
}
```
intercept this method[ Full content available at: https://github.com/apache/incubator-skywalking/issues/1613 ] This message was relayed via gitbox.apache.org for [email protected]
