Skip to content

Commit

Permalink
Fix api
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@3811 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Sep 29, 2009
1 parent 0d5c383 commit cc7b59e
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -29,7 +29,12 @@ public enum InterceptionType
/**
* Intercepts method invocation
*/
AROUND_INVOKE,
AROUND_INVOKE,

/**
* Intercepts a timeout
*/
AROUND_TIMEOUT,

/**
* Intercepts bean construction
Expand Down

0 comments on commit cc7b59e

Please sign in to comment.