Java Reference
In-Depth Information
At this point, NetBeans generates the code for our interceptor binding type.
The generated code is fully functional; we don't need to add anything to it. In order
to use our interceptor binding type, we need to write an interceptor and annotate it
with our interceptor binding type.
package com.ensode.interceptor;
import com.ensode.interceptorbinding.LoggingInterceptorBinding;
 
Search WWH ::




Custom Search