We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d764ef7 commit abfc805Copy full SHA for abfc805
src/main/java/band/kessoku/annotations/Environment.java
@@ -6,6 +6,8 @@
6
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.CONSTRUCTOR, ElementType.PACKAGE})
7
@Documented
8
public @interface Environment {
9
+ Type value();
10
+
11
enum Type {
12
CLIENT,
13
SERVER
0 commit comments