This commit is contained in:
2024-02-26 17:48:13 +08:00
parent 3e612af044
commit bf0b4af434
4 changed files with 32 additions and 1 deletions

View File

@@ -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