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

main.io.github.smiley4.schemakenerator.reflection.data.SubType.kt Maven / Gradle / Ivy

package io.github.smiley4.schemakenerator.reflection.data

import kotlin.reflect.KClass

/**
 * Specifies subtype(s) of the annotated class.
 * @param type one possible subtype
 */
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@Repeatable
annotation class SubType(val type: KClass<*>)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy