1 2 3 4 5
public aspect VarargsAspect04 { before(): withincode(* *(Integer[])) && call(* *(..)) { } }