Move annotations to separate package

This commit is contained in:
kuroppoi 2022-06-14 17:52:28 +02:00
parent 17411db9e4
commit ca418318ce

View file

@ -1,4 +1,4 @@
package brainwine.gameserver.server;
package brainwine.gameserver.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
@ -7,4 +7,4 @@ import java.lang.annotation.Target;
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface OptionalField {}
public @interface OptionalField {}