JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.github.siroshun09.configapi.core.serialization.annotation
Annotation Interface DefaultDouble
@Retention
(
RUNTIME
)
@Target
({
CONSTRUCTOR
,
FIELD
,
RECORD_COMPONENT
})
public @interface
DefaultDouble
An annotation for specifying the default double value.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
double
value
Returns the default double value.
Element Details
value
double
value
Returns the default double value.
Returns:
the default double value