forked from phoedos/pmd
[kotlin] Mark kotlin language module @Experimental
This commit is contained in:
parent
f8e9adf2c5
commit
c79db6e5f3
@ -4,11 +4,15 @@
|
||||
|
||||
package net.sourceforge.pmd.lang.kotlin;
|
||||
|
||||
import net.sourceforge.pmd.annotation.Experimental;
|
||||
import net.sourceforge.pmd.lang.BaseLanguageModule;
|
||||
|
||||
/**
|
||||
* Language Module for Kotlin
|
||||
*
|
||||
* <p>Note: Kotlin support is considered an experimental feature. The AST structure might change.</p>
|
||||
*/
|
||||
@Experimental
|
||||
public class KotlinLanguageModule extends BaseLanguageModule {
|
||||
|
||||
/** The name. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user