14171418141914201421142214231424142514261427
for (int i = 0; i < annotations.length; i++) { if (!(annotations[i] instanceof Hook)) { continue; } Hook hook = (Hook) annotations[i]; if (hook.type() != hookType) { continue; } hookClass = hook.hook(); } if (hookClass == null) {
14181419142014211422142314241425142614271428
14211422142314241425142614271428142914301431
14221423142414251426142714281429143014311432