@Retention(CLASS) @Target(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 © 2018. All rights reserved.