classCollection.gatekeeperClass, DefaultGatekeeper.class, true);
}
}
private void findGatekeeperParams(JClassType proxyInterface) {
GatekeeperParams gatekeeperParamsAnnotation = proxyInterface.getAnnotation(GatekeeperParams.class);
if (gatekeeperParamsAnnotation != null) {
gatekeeperParams = gatekeeperParamsAnnotation.value();
}
}