aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs166/pr284862/AnnotatedMethodImpl.aj
blob: 0bbe39b4c1f91f9d157f2766f995d82c9fcb34cc (plain)
1
2
3
4
5
6
7
8
9
public aspect AnnotatedMethodImpl {

	@PresentAnnotation
	public String AnnotatedMethodInterface.getSomething() {
		return "meth";
	}
	
}