Automatically remove spaces on both sides of parameters
This commit is contained in:
8
src/main/kotlin/top/fatweb/oxygen/api/annotation/Trim.kt
Normal file
8
src/main/kotlin/top/fatweb/oxygen/api/annotation/Trim.kt
Normal 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
|
||||
Reference in New Issue
Block a user