Skip to content

Commit 6acc3f5

Browse files
author
iusenko
committed
1 parent b4dbd86 commit 6acc3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/iusenko/eventbus/EventHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
import java.lang.annotation.RetentionPolicy;
55

66
@Retention(RetentionPolicy.RUNTIME)
7-
@interface EventHandler {
7+
public @interface EventHandler {
88
}

0 commit comments

Comments
 (0)