@Retention(value=CLASS) @Target(value=PARAMETER) @Documented public @interface Suppressed
The annotated parameter can be a single throwable type, an array of throwable types or a collection of throwable types. Note this is only allowed on message bundle methods that return a throwable type.
Copyright © 2019 JBoss by Red Hat. All rights reserved.