AggregationServiceFactoryServiceImpl.DEFAULT_FACTORY);
}
private ContextControllerFactoryService getContextControllerFactoryService(Annotation[] annotations) {
try {
ContextStateCache replacementCache = (ContextStateCache) JavaClassHelper.getAnnotationHook(annotations, HookType.CONTEXT_STATE_CACHE, ContextStateCache.class, null);
if (replacementCache != null) {
return new ContextControllerFactoryServiceImpl(replacementCache);
}
}
catch (ExprValidationException e) {