Add kdoc
This commit is contained in:
@@ -2,6 +2,13 @@ package top.fatweb.oxygen.api.annotation
|
||||
|
||||
import java.lang.annotation.Inherited
|
||||
|
||||
|
||||
/**
|
||||
* Trim string annotation
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
@Inherited
|
||||
|
||||
Reference in New Issue
Block a user