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

main.io.github.chengzis.ksp.Ignore.kt Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
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