Annotation Type Cause


  • @Retention(CLASS)
    @Target(PARAMETER)
    @Documented
    @Deprecated
    public @interface Cause
    Deprecated.
    Use org.jboss.logging.annotations.Cause provided in module org.jboss.logging:jboss-logging-annotations
    Mark a parameter as being the "exception cause" parameter rather than a positional format parameter.
    Author:
    David M. Lloyd