@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface PluginConfig
Modifier and Type | Required Element and Description |
---|---|
String |
name
插件名、该字段优先级高于 plugin
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
nativeObject
是否为原生对象,原生对象将使用 默认构造方法创建单利对象
|
public abstract String name
Copyright © 2017–2022. All rights reserved.