Package org.jboss.weld.junit
Interface MockBean.DestroyFunction<T>
public static interface MockBean.DestroyFunction<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy(T instance, CreationalContext<T> creationalContext)
-
Method Details
-
destroy
- Parameters:
instance-creationalContext-
-