adr / e-adr

Architectural Decisions Records embedded in Java code
https://adr.github.io/e-adr/
Eclipse Public License 2.0
27 stars 7 forks source link

Add @ADRref #10

Closed koppor closed 2 months ago

koppor commented 10 months ago

Currently, we use @ADR for both stating an ADR and referencing one (if only the number is present). For clarity, we should distinguish these two annotations.

koppor commented 2 months ago

I like @ADR(1) most for referencing an ADR text.

As of today @ADR only has a number. The other annotations are @Alternatives etc. Maybe, we should clean that up.