public @interface ChoiceType
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<? extends ChoiceFetchHandler>[] |
fetchHandler |
String[] |
fetchHandlerParams |
ChoiceType.Type |
type |
VL[] |
vl |
public abstract ChoiceType.Type type
public abstract VL[] vl
public abstract String[] fetchHandlerParams
public abstract Class<? extends ChoiceFetchHandler>[] fetchHandler
Copyright © 2020. All rights reserved.