@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Documented public @interface AdaptBy
这个注解第一个参数没什么好说的,第二个参数是告诉框架你打算如何创建这个适配器。你可以:
Modifier and Type | Optional Element and Description |
---|---|
String[] |
args |
Class<? extends HttpAdaptor> |
type |
public abstract Class<? extends HttpAdaptor> type
public abstract String[] args
Copyright © 2017. All rights reserved.