You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2009/11/22 13:53:40 UTC

svn commit: r883072 - /incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/InterceptionType.java

Author: struberg
Date: Sun Nov 22 12:53:40 2009
New Revision: 883072

URL: http://svn.apache.org/viewvc?rev=883072&view=rev
Log:
OWB-176 add missing InterceptionType#AROUND_TIMEOUT to the API

Modified:
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/InterceptionType.java

Modified: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/InterceptionType.java
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/InterceptionType.java?rev=883072&r1=883071&r2=883072&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/InterceptionType.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/enterprise/inject/spi/InterceptionType.java Sun Nov 22 12:53:40 2009
@@ -20,5 +20,5 @@
 
 public enum InterceptionType
 {
-    AROUND_INVOKE, POST_CONSTRUCT, PRE_DESTROY, PRE_PASSIVATE, POST_ACTIVATE
+    AROUND_INVOKE, POST_CONSTRUCT, PRE_DESTROY, PRE_PASSIVATE, POST_ACTIVATE, AROUND_TIMEOUT
 }
\ No newline at end of file