Skip to content

Commit

Permalink
Add API annotation
Browse files Browse the repository at this point in the history
Issue: #2816
  • Loading branch information
YongGoose committed Feb 12, 2025
1 parent ae5a110 commit 33f5fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ default void publishReportEntry(String value) {
* @return the store for session-level data
* @since 5.13
*/
@API(status = EXPERIMENTAL, since = "5.13")
Store getSessionLevelStore();

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public NamespacedHierarchicalStore<N> newChild() {
* @return an {@code Optional} containing the parent store, or an empty {@code Optional} if there is no parent
* @since 5.13
*/
@API(status = EXPERIMENTAL, since = "5.13")
public Optional<NamespacedHierarchicalStore<N>> getParent() {
return Optional.ofNullable(this.parentStore);
}
Expand Down

0 comments on commit 33f5fb8

Please sign in to comment.