@InterceptorBinding @Inherited @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Squelched
InterceptorBinding that disables STDOUT and STDERR during wrapped invocations. Use this on your bean or
method when an unruly class refuses to be silent. Note: This will silence EVERYTHING including your bean
itself.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.