Java EE Interceptors

Java EE Interceptors Technology to do method call intercept. Common uses of interceptors are logging, auditing, and profiling. Terminology target class – class in which Interceptors are defined. Interceptor methods are invoked in conjunction with the methods (of...