All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jetbrains.pluginverifier.usages.internal.InternalApiConstants.kt Maven / Gradle / Ivy

Go to download

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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy