You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by li...@apache.org on 2013/01/04 23:22:23 UTC

svn commit: r1429162 - /incubator/deltaspike/site/trunk/content/deltaspike/core.mdtext

Author: lightguardjp
Date: Fri Jan  4 22:22:23 2013
New Revision: 1429162

URL: http://svn.apache.org/viewvc?rev=1429162&view=rev
Log:
Adding information about exception handler equality.

Modified:
    incubator/deltaspike/site/trunk/content/deltaspike/core.mdtext

Modified: incubator/deltaspike/site/trunk/content/deltaspike/core.mdtext
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/core.mdtext?rev=1429162&r1=1429161&r2=1429162&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/core.mdtext (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/core.mdtext Fri Jan  4 22:22:23 2013
@@ -422,6 +422,10 @@ are used to declare an exception handler
 `@Handles`, and `@BeforeHandles` to create a callback before the handler is
 called.
 
+Exception handlers are considered equal if they both handle the same exception
+class, have the same qualifiers, the same ordinal and the same value for
+`isBeforeHandler()`.
+
 ### Exception handler annotations
 
 Exception handlers are contained within exception handler beans, which are CDI