1 2 3 4 5 6
public aspect VarargsAspect01 { @org.aspectj.lang.annotation.SuppressAjWarnings before(): call(* *(Integer[])) { } }