1. Introduction This is an example of how to use the javax.interceptor.* in an EJB. Interceptors are used, as the name suggests, to intercept ejb methods calls using methods annotated with interceptor annotation (@AroundInvoke , @AroundTimeout , @PostConstruct etc ). An interceptor method is called by Ejb Container before ejb method call it is intercepting. […]