JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
com.alibaba.cloud.nacos.annotation
Annotation Interface NacosConfig
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
TYPE
,
METHOD
})
@Documented
public @interface
NacosConfig
Nacos Config annotation.
Author:
shiyiyue1102
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
dataId
String
group
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
defaultValue
String
key
Element Details
group
String
group
dataId
String
dataId
key
String
key
Default:
""
defaultValue
String
defaultValue
Default:
""