JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
|
Optional
|
Required
Detail:
Field
|
Element
SEARCH:
Package
aQute.configurable
Annotation Interface Config
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
Config
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
deflt
String
description
String
id
boolean
required
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
NULL
Field Details
NULL
static final
String
NULL
See Also:
Constant Field Values
Element Details
required
boolean
required
Default:
false
description
String
description
Default:
""
deflt
String
deflt
Default:
"<<NULL>>"
id
String
id
Default:
"<<NULL>>"