JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
rife.engine.annotations
Annotation Interface Config
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
@Documented
public @interface
Config
Declares a config parameter.
Since:
1.6.0
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
The name of the parameter.
Element Details
value
String
value
The name of the parameter.
Since:
1.0
Default:
""