summaryrefslogtreecommitdiffstats
path: root/tests/java5/pseudoKeywords/MethodCalledAroundAspect.java
blob: d20bc7bce346ab56280375d22b3d00594ac7b4af (plain)
1
2
3
public aspect MethodCalledAroundAspect {
	void around() { ; }
}