geforkt von Mirrors/Velocity
Implement Documented javadoc annotation on AwaitingEvent (#837)
Dieser Commit ist enthalten in:
Ursprung
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 {
|
||||
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren