Commit 1fc78ac 1 parent 98ffc2f commit 1fc78ac Copy full SHA for 1fc78ac
File tree 1 file changed +8
-2
lines changed
api/src/main/java/org/jboss/cdi/tck/spi
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,20 @@ public interface Contexts<T extends Context> {
34
34
public static final String PROPERTY_NAME = Contexts .class .getName ();
35
35
36
36
/**
37
- * Sets the specified context as active
37
+ * Sets the specified context as active.
38
+ * <p>
39
+ * The set of existing contextual instances of the context is preserved
40
+ * across invocations of {@link #setActive(Context)} and {@link #setInactive(Context)}.
38
41
*
39
42
* @param context The context to set active
40
43
*/
41
44
public void setActive (T context );
42
45
43
46
/**
44
- * Sets the specified context as inactive
47
+ * Sets the specified context as inactive.
48
+ * <p>
49
+ * The set of existing contextual instances of the context is preserved
50
+ * across invocations of {@link #setActive(Context)} and {@link #setInactive(Context)}.
45
51
*
46
52
* @param context The context to set inactive
47
53
*/
You can’t perform that action at this time.
0 commit comments