@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Quietly
This annotation should be applied only to methods that return void, in other cases the behavior might be unexpected.
Copyright © 2012–2014 jcabi.com. All rights reserved.