candy-doc-maven-plugin
candy-doc-maven-plugin copied to clipboard
External dependencies
We need to add annotation to identify external dependencies.
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:
-
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. -
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.