Forge - Shell API 1.2.0.Final

org.jboss.forge.shell.squelch
Annotation Type Squelched


@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.

Author:
Lincoln Baxter, III


Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.