JBoss Logging 3.3.2.Final

org.jboss.logging
Annotation Type Cause


Deprecated. Use org.jboss.logging.annotations.Cause provided in module org.jboss.logging:jboss-logging-annotations

@Retention(value=CLASS)
@Target(value=PARAMETER)
@Documented
@Deprecated
public @interface Cause

Mark a parameter as being the "exception cause" parameter rather than a positional format parameter.

Author:
David M. Lloyd


JBoss Logging 3.3.2.Final

Copyright © 2015 Red Hat, Inc.