(@NotNull Record.RootInfo rootInfo, @Nullable Bean parent)
| 83 | } |
| 84 | |
| 85 | public final void initRootInfo(@NotNull Record.RootInfo rootInfo, @Nullable Bean parent) { |
| 86 | if (isManaged()) |
| 87 | throw new HasManagedException(); |
| 88 | this.rootInfo = rootInfo; |
| 89 | this.parent = parent; |
| 90 | initChildrenRootInfo(rootInfo); |
| 91 | } |
| 92 | |
| 93 | public final void resetRootInfo() { |
| 94 | rootInfo = null; |