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