Package org.jboss.weld.interceptor.util
Class InterceptionUtils
- java.lang.Object
-
- org.jboss.weld.interceptor.util.InterceptionUtils
-
public class InterceptionUtils extends Object
- Author:
- Marius Bogoevici
-
-
Field Summary
Fields Modifier and Type Field Description static StringPOST_CONSTRUCTstatic StringPRE_DESTROY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexecutePostConstruct(Object proxy)static voidexecutePredestroy(Object proxy)
-
-
-
Field Detail
-
POST_CONSTRUCT
public static final String POST_CONSTRUCT
- See Also:
- Constant Field Values
-
PRE_DESTROY
public static final String PRE_DESTROY
- See Also:
- Constant Field Values
-
-