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 DefaultByte
@Retention
(
RUNTIME
)
@Target
({
CONSTRUCTOR
,
FIELD
,
RECORD_COMPONENT
})
public @interface
DefaultByte
An annotation for specifying the default byte value.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
byte
value
Returns the default byte value.
Element Details
value
byte
value
Returns the default byte value.
Returns:
the default byte value