You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contrary to all other architecture representations, the annotations to express CQRS stereotypes currently reside in cqrs.annotation. We should reintroduce them within cqrs itself and deprecate the legacy ones for removal in 2.0.
The text was updated successfully, but these errors were encountered:
Introduce a copy of the annotations currenly available in cqrs.annotation in the cqrs package. This is to create symmetry between all architectural jMolecules abstractions. The legacy annotations are deprecated for removal in 2.0 and annotated with the new ones in turn so that processing technology can look out for the new ones only and still find the legacy ones.
Contrary to all other architecture representations, the annotations to express CQRS stereotypes currently reside in
cqrs.annotation
. We should reintroduce them withincqrs
itself and deprecate the legacy ones for removal in 2.0.The text was updated successfully, but these errors were encountered: