@Retention(value=RUNTIME) @Target(value=PARAMETER) @Documented public @interface Handles
public void ... (@Handles ... CaughtException<...> ...)
methods. If a method has a return type, it is
ignored.Modifier and Type | Optional Element and Description |
---|---|
TraversalMode |
during
Direction of the cause chain traversal to listen.
|
int |
precedence
Precedence relative to handlers for the same type
|
public abstract TraversalMode during
public abstract int precedence
Copyright © 2012 Seam Framework. All Rights Reserved.