JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
io.github.eadr
Package
io.github.adr.linked
Annotation Interface ADRref
@Retention
(
RUNTIME
)
@Documented
@Repeatable
(
ADRrefs.class
)
public @interface
ADRref
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The unique identifier of the ADR referenced.
Element Details
value
String
value
The unique identifier of the ADR referenced. Example:
AD-framework-001
This is required, because
ADR
supports numbers only.