mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Move annotations to separate package
This commit is contained in:
parent
17411db9e4
commit
ca418318ce
1 changed files with 2 additions and 2 deletions
|
@ -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 {}
|
Loading…
Add table
Reference in a new issue