File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
driver-async/src/main/com/mongodb/async/client/vault
driver-core/src/main/com/mongodb/annotations
driver-sync/src/main/com/mongodb/client/vault Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1717/**
1818 * This package contains the Key Vault API
1919 *
20+ * <p>
21+ * Note: support for client-side encryption is in beta. Backwards-breaking changes may be made before the final release.
22+ * </p>
2023 * @since 3.11
2124 */
25+ @ Beta
2226@ NonNullApi
2327package com .mongodb .async .client .vault ;
2428
29+ import com .mongodb .annotations .Beta ;
2530import com .mongodb .lang .NonNullApi ;
Original file line number Diff line number Diff line change 4444 ElementType .CONSTRUCTOR ,
4545 ElementType .FIELD ,
4646 ElementType .METHOD ,
47+ ElementType .PACKAGE ,
4748 ElementType .TYPE })
4849@ Documented
4950@ Beta
Original file line number Diff line number Diff line change 1717/**
1818 * This package contains the Key Vault API
1919 *
20+ * <p>
21+ * Note: support for client-side encryption is in beta. Backwards-breaking changes may be made before the final release.
22+ * </p>
2023 * @since 3.11
2124 */
25+ @ Beta
2226@ NonNullApi
2327package com .mongodb .client .vault ;
2428
29+ import com .mongodb .annotations .Beta ;
2530import com .mongodb .lang .NonNullApi ;
You can’t perform that action at this time.
0 commit comments