JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
JBoss Logging Tools, 2.2.1.Final
org.jboss.logging.annotations
Cause
Contents
Description
Hide sidebar
Show sidebar
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