mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-04-12 16:50:31 +08:00
Implement Documented javadoc annotation on AwaitingEvent (#837)
This commit is contained in:
parent
3293f7a9eb
commit
fbde1ff82a
@ -7,6 +7,7 @@
|
||||
|
||||
package com.velocitypowered.api.event.annotation;
|
||||
|
||||
import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@ -17,6 +18,7 @@ import java.lang.annotation.Target;
|
||||
* operations in a non-blocking matter.
|
||||
*/
|
||||
@Target(ElementType.TYPE)
|
||||
@Documented
|
||||
public @interface AwaitingEvent {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user