Why doesn AspectJ pick out reflective calls?
call(void run()) won’t pick out a call using reflection, like ((Method)run).invoke(null, args).