summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr117681/TestAspect.java
blob: 9657d6cd5bb64d648f6f293f375e07215364e880 (plain)
1
2
3
4
5
6
7
import org.aspectj.lang.annotation.*;

@Aspect
public class TestAspect {
  @DeclareParents(value="Test", defaultImpl=AuditImpl.class)
  Audit introduced;
}