JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
tech.guilhermekaua.spigotboot.config.annotation
Annotation Interface Default
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
PARAMETER
})
public @interface
Default
Provides a default value as a string (parsed at bind time).
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The default value as a string.
Element Details
value
String
value
The default value as a string.
Returns:
the default value