io.bkbn.lerasium.core.Domain.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lerasium-core Show documentation
Show all versions of lerasium-core Show documentation
The absolute essence of Lerasium
The newest version!
package io.bkbn.lerasium.core
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.CLASS)
annotation class Domain(val name: String)