udpated readme, dropped old annotation (#16)

This commit is contained in:
Ryan Brink
2021-04-15 17:49:56 -04:00
committed by GitHub
parent 8a033a6be8
commit 31e038f445
2 changed files with 85 additions and 16 deletions

View File

@ -1,8 +0,0 @@
package org.leafygreens.kompendium.annotations
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS)
annotation class KompendiumLicense(
val name: String,
val url: String = ""
)