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 String
POST_CONSTRUCT
static String
PRE_DESTROY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
executePostConstruct(Object proxy)
static void
executePredestroy(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
-
-