JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
dev.argon.esexpr
Package
dev.argon.esexpr
Annotation Interface DefaultValue
@Retention
(
CLASS
)
@Target
(
RECORD_COMPONENT
)
public @interface
DefaultValue
Specifies a default value for an argument.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Gets the name of a method that returns the default value of this value.
Element Details
value
String
value
Gets the name of a method that returns the default value of this value.
Returns:
The name of the method.