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

Clean up package io.github.adr.embedded #17

Closed koppor closed 2 months ago

koppor commented 2 months ago

madr and ystatements should be moved into sub pacakges.

koppor commented 2 months ago

Maybe, only https://github.com/adr/e-adr/blob/main/io.github.adr.embedded/src/main/java/io/github/adr/embedded/Alternative.java is "wrong". All others seem OK. First, https://github.com/adr/e-adr/issues/18 needs to be fixed.

koppor commented 2 months ago

Maybe, .links.ADR and the other ones stay in that package.

links then says that the content of that annotation is linking, where es the others really contain the full ADs.

With @ADR one can also "link" to other annotations (and not just to markdown files). --> the IDE needs to find the records.

koppor commented 2 months ago

Fixed by https://github.com/adr/e-adr/pull/26