JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
io.smallrye.config
Package
io.smallrye.config
Annotation Interface WithName
@Documented
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
FIELD
})
public @interface
WithName
The name of the configuration property or group.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The name of the property or group.
Element Details
value
String
value
The name of the property or group. Must not be empty.
Returns:
the name