@InterceptorBinding @Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface End
Conversation.
Note: Unless the exception is of a permitted type, if this method throws an exception, the conversation will not be
ended.public abstract Class<? extends Exception>[] permit
Conversation will still end.
(In other words: These exceptions do not abort @End)
By default: { empty array } - all encountered exceptions will cause the Conversation to remain open.Copyright © 2009-2013 Seam Framework. All Rights Reserved.