Skip to content

Commit abfc805

Browse files
committed
wlg value
1 parent d764ef7 commit abfc805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/band/kessoku/annotations/Environment.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.CONSTRUCTOR, ElementType.PACKAGE})
77
@Documented
88
public @interface Environment {
9+
Type value();
10+
911
enum Type {
1012
CLIENT,
1113
SERVER

0 commit comments

Comments
 (0)