net.kldp.beat.interceptor
Interface UserInterceptor

All Superinterfaces:
Interceptor
All Known Subinterfaces:
AfterInterceptor, BeforeInterceptor

public interface UserInterceptor
extends Interceptor

사용자 정의 인터셉터를 위한 인터페이스입니다.


Method Summary
 boolean intercept(java.lang.Object target, java.lang.annotation.Annotation annotation)
           
 

Method Detail

intercept

boolean intercept(java.lang.Object target,
                  java.lang.annotation.Annotation annotation)
                  throws InterceptorException
Throws:
InterceptorException