Files
openide/platform/credential-store/src/kdbx/package-info.java
Vadim Salavatov 0bd1ab07eb IJPL-797 intellij.platform.credentialStore[.ui] review internal API
GitOrigin-RevId: a9482e8e17c07c2d10c9357cf94c42ec5f039cb9
2024-05-15 15:10:47 +00:00

5 lines
228 B
Java

// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
@ApiStatus.Internal
package com.intellij.credentialStore.kdbx;
import org.jetbrains.annotations.ApiStatus;