1 25 package org.objectweb.easybeans.tests.common.interceptors.invocationcontext; 26 27 28 import javax.interceptor.InvocationContext; 29 30 import org.objectweb.easybeans.tests.common.helper.InvocationContextHelper; 31 32 33 39 public class ICDataCheckEmptyInterceptor { 40 41 47 public Object intercept(final InvocationContext ic) throws Exception { 48 return InvocationContextHelper.isEmptyContextData(ic); 49 } 50 } 51 | Popular Tags |