Изменение домена с rosetta-im.com на rosetta.im
This commit is contained in:
12
src/main/java/im/rosetta/event/EventHandler.java
Normal file
12
src/main/java/im/rosetta/event/EventHandler.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package im.rosetta.event;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface EventHandler {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user