26272829303132
public class DefaultInterceptorLibrary implements InterceptorLibrary { @Override public void addInterceptors(List<AnnotationInterceptor<?>> interceptors) { interceptors.add(new DatabaseCallback()); interceptors.add(new ActionEventCallback()); }