Upgrade to EventBus 3

This commit is contained in:
inorichi
2016-02-09 21:19:11 +01:00
parent 7835921045
commit e348d6c1cf
17 changed files with 83 additions and 88 deletions

View File

@@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.util;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
@Target({ElementType.METHOD})
public @interface EventBusHook {}