aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1611/pr333274/ma2/Precedence.java
blob: bdfd1565ea9b212f9bbf5b54adbd0c004b58b8ec (plain)
1
2
3
4
5
6
7
8
9
10
package ma2;

import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.DeclarePrecedence;

@Aspect
@DeclarePrecedence("ma2.aspect1.Aspect1, ma2.aspect3.Aspect3")
class Precedence {

}