summaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr125699/AtTestTracing.java
blob: faa429cc27a88671c4f727119037c457b7932ca9 (plain)
1
2
3
4
5
6
import org.aspectj.lang.annotation.Aspect;

@Aspect
public class AtTestTracing extends Tracing {

}