Automatically remove spaces on both sides of parameters

This commit is contained in:
2024-02-26 15:33:37 +08:00
parent 1edfeffbf4
commit 3e612af044
46 changed files with 285 additions and 51 deletions

View File

@@ -0,0 +1,8 @@
package top.fatweb.oxygen.api.annotation
import java.lang.annotation.Inherited
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY)
@Retention(AnnotationRetention.RUNTIME)
@Inherited
annotation class Trim