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
dev.siroshun.configapi.core.serialization.annotation
Annotation Interface DefaultMethod
@Retention
(
RUNTIME
)
@Target
({
CONSTRUCTOR
,
FIELD
,
RECORD_COMPONENT
})
public @interface
DefaultMethod
An annotation to get a default value from the method.
Note that the method must be static.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<?>
clazz
Returns the class where the method is located.
String
name
Returns the method name.
Element Details
clazz
Class
<?>
clazz
Returns the class where the method is located.
Returns:
the class where the method is located
name
String
name
Returns the method name.
Returns:
the method name