An open API service indexing awesome lists of open source software.

https://github.com/abertschi/service-call-tracker-aspects


https://github.com/abertschi/service-call-tracker-aspects

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# service-call-tracker-aspects

A collection of AspectJ aspects applicable for [service-call-tracker](https://github.com/abertschi/service-call-tracker).

## arbitrary methods

Mark any method with the annotation `@SctInterceptForTest` and marshall and replay method calls with
*service-call-tracker*.

**API with annotation**

```xml

ch.abertschi.sct
sct-aspects-arbitrary-api
0.0.1-SNAPSHOT

```

**AspectJ aspect**

```xml

ch.abertschi.sct
sct-aspects-arbitrary-impl
0.0.1-SNAPSHOT

```