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