isExcludeDefaultInterceptors = true;
}
HashSet<Class<?>> methodInterceptors = null;
InterceptionType type = InterceptionType.AROUND_INVOKE;
Class<? extends Annotation> annType = AroundInvoke.class;
if (method.isAnnotationPresent(PostConstruct.class)){
type = InterceptionType.POST_CONSTRUCT;