JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.misaka.api.common.network.future.annotation
Annotation Interface HandleFuture
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
HandleFuture
将方法标记为 Future 处理注解喵
该注解只能标记在有一个参数并且有返回值的方法上喵, 参数类型要是 RequestPacket 的子类, 返回值要是 ResponsePacket 的子类喵