candy-doc-maven-plugin icon indicating copy to clipboard operation
candy-doc-maven-plugin copied to clipboard

External dependencies

Open aginesy opened this issue 3 years ago • 2 comments

aginesy avatar Dec 21 '21 10:12 aginesy

We need to add annotation to identify external dependencies.

ctacquet avatar Mar 10 '22 15:03 ctacquet

Is this an annotation by itself or might it be something related to the @Adapter annotation ? An external dependencies is necessary encapsulated within an adapter.

What does "external dependencies" mean ? Ex: A BC might be an external dependencie from another BC point of view.

According to what's the intent, we could consider those options:

  1. An external dependencies is necessary encapsulated within an adapter. No matter what we are talking about. Which means that describing the external depencendie is actually a matter of @Adapter properties.

  2. External depedencies should be annotated from anywhere. Then it can be a self standing annotation. However, it seems to defeat the ability of using documentation to drive code design.

gelhaimer avatar Aug 27 '22 08:08 gelhaimer