158159160161162163164165166167168169
return isGet(binding.getPointcut()); } public static boolean isGet(Pointcut pc) { PointcutStats stats = getPointcutStats(pc); if (stats != null) { return stats.isGet(); } return true; }