Annotation Type Cause


  • @Retention(CLASS)
    @Target(PARAMETER)
    @Documented
    public @interface Cause
    Mark a parameter as being the "exception cause" parameter rather than a positional format parameter.
    Author:
    David M. Lloyd