main.io.github.chengzis.ksp.Ignore.kt Maven / Gradle / Ivy
package io.github.chengzis.ksp
/**
* 忽略
*/
@Target(AnnotationTarget.CLASS, AnnotationTarget.FIELD, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
annotation class Ignore
© 2015 - 2024 Weber Informatics LLC | Privacy Policy