if (!generateJoinPoint) {
return;
}
AspectSystem system = SystemLoader.getSystem(calleeClass.getClassLoader());
system.initialize();
ClassInfo calleeClassInfo = JavaClassInfo.getClassInfo(calleeClass);
ReflectionInfo reflectionInfo = null;
switch (joinPointType) {