diff --git a/weld/src/main/java/org/jboss/weld/context/BoundContext.java b/weld/src/main/java/org/jboss/weld/context/BoundContext.java index ad618819..1783abb2 100644 --- a/weld/src/main/java/org/jboss/weld/context/BoundContext.java +++ b/weld/src/main/java/org/jboss/weld/context/BoundContext.java @@ -23,6 +23,11 @@ * may change this behavior. *

* + *

+ * If you call {@link #associate(Object)} you must ensure that you call + * {@link #dissociate(Object)} in all cases, otherwise you risk memory leaks. + *

+ * * @author Pete Muir * * @param the type of the external instance storage