summaryrefslogtreecommitdiffstats
path: root/tests/java5/varargs/VarargsAspect01.aj
blob: 2025150f24a51f67f566f104619cba4930e3a277 (plain)
1
2
3
4
5
6
public aspect VarargsAspect01 {

  @org.aspectj.lang.annotation.SuppressAjWarnings
  before(): call(* *(Integer[])) { }

}