com.jetbrains.pluginverifier.usages.internal.InternalApiConstants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of verifier-intellij Show documentation
Show all versions of verifier-intellij Show documentation
JetBrains Plugin Verifier Classes for IntelliJ Platform integration with API usage detection and reporting.
The newest version!
package com.jetbrains.pluginverifier.usages.internal
object InternalApiConstants {
const val INTERNAL_API_ANNOTATION = "@org.jetbrains.annotations.ApiStatus.Internal"
const val INTELLIJ_INTERNAL_API_ANNOTATION = "@com.intellij.openapi.util.IntellijInternalApi"
}