com.nec.harvest.servlet.interceptor.HandlerInterceptorAdapterWithAddons.java Source code

Java tutorial

Introduction

Here is the source code for com.nec.harvest.servlet.interceptor.HandlerInterceptorAdapterWithAddons.java

Source

/**
 * Copyright(C) 2014
 * NEC Corporation All rights reserved.
 * 
 * No permission to use, copy, modify and distribute this software
 * and its documentation for any purpose is granted.
 * This software is provided under applicable license agreement only.
 */
package com.nec.harvest.servlet.interceptor;

import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;

/**
 * Abstract adapter class for the HandlerInterceptor interface
 * 
 * @author sondn
 * 
 */
public class HandlerInterceptorAdapterWithAddons extends HandlerInterceptorAdapter {

}