Package org.jboss.logging.annotations
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.
@Retention(CLASS)
@Target(PARAMETER)
@Documented
public @interface Cause