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

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

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

}