Annotation Type Suppressed


  • @Retention(CLASS)
    @Target(PARAMETER)
    @Documented
    public @interface Suppressed
    Indicates the parameter should be added as a suppressed exception to the returned exception.

    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.

    Author:
    James R. Perkins