We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b2bf3 commit 5d85cbeCopy full SHA for 5d85cbe
core/src/main/java/com/github/cowwoc/pouch/core/Scope.java
@@ -3,8 +3,8 @@
3
/**
4
* The lifespan of one or more variables.
5
* <p>
6
- * Child scopes must call {@link #addChild(Scope)} at the end of their constructor and
7
- * {@link #removeChild(Scope)} at the end of their {@link #close()} method.
+ * Child scopes must call {@link #addChild(Scope) parent.addChild(this)} at the end of their constructor and
+ * {@link #removeChild(Scope) parent.removeChild(this)} at the end of their {@link #close()} method.
8
*/
9
public interface Scope extends AutoCloseable
10
{
0 commit comments