org.jetbrains.kotlin.lombok.LombokPluginNames.kt Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.lombok
object LombokPluginNames {
const val PLUGIN_ID = "org.jetbrains.kotlin.lombok"
const val CONFIG_OPTION_NAME = "config"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy