summaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr125480/AtAspectTestConcreteMethods.java
blob: 90e4cc34eb92b9bb4ec3d7b146be735f38f47a2c (plain)
1
2
3
4
5
6
import org.aspectj.lang.annotation.Aspect;

@Aspect
public class AtAspectTestConcreteMethods extends ConcreteMethods {

}