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 WithDefault
@Documented
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
FIELD
})
public @interface
WithDefault
Specify the default value of a property.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The default value of the property.
Element Details
value
String
value
The default value of the property.
Returns:
the default value as a string