boolean isNoInterfaceView(InvocationContext context) { return (context.getMethod().getDeclaringClass() .getAnnotation(LocalBean.class) != null); }