Why doesn AspectJ pick out reflective calls?

AspectJ pick reflective
0
Posted

Why doesn AspectJ pick out reflective calls?

0

call(void run()) won’t pick out a call using reflection, like ((Method)run).invoke(null, args).

Related Questions