We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4dbd86 commit 6acc3f5Copy full SHA for 6acc3f5
1 file changed
src/main/java/com/iusenko/eventbus/EventHandler.java
@@ -4,5 +4,5 @@
4
import java.lang.annotation.RetentionPolicy;
5
6
@Retention(RetentionPolicy.RUNTIME)
7
-@interface EventHandler {
+public @interface EventHandler {
8
}
0 commit comments