We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4c4f4 commit b3de4ceCopy full SHA for b3de4ce
ymate-module-oauth/src/main/java/net/ymate/module/oauth/OAuthEvent.java
@@ -17,13 +17,11 @@
17
18
import net.ymate.platform.core.event.EventContext;
19
import net.ymate.platform.core.event.IEvent;
20
-import net.ymate.platform.core.event.annotation.Event;
21
22
/**
23
* @author 刘镇 (suninformation@163.com) on 2018/2/15 上午2:47
24
* @version 1.0
25
*/
26
-@Event
27
public class OAuthEvent extends EventContext<IOAuth, OAuthEvent.EVENT> implements IEvent {
28
29
public enum EVENT {
0 commit comments