Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @BoundedContext and @Module annotation #20

Closed
hschwentner opened this issue Oct 3, 2020 · 1 comment
Closed

Add @BoundedContext and @Module annotation #20

hschwentner opened this issue Oct 3, 2020 · 1 comment
Labels
module: ddd Domain-Driven Design related support type: enhancement New feature or request
Milestone

Comments

@hschwentner
Copy link
Member

Bounded Contexts can be implemented in different ways: as packages, deployment units, microservices. With this annotation the developer could express that a Java package or Jigsaw module implements a Bounded Context.

See https://domainlanguage.com/wp-content/uploads/2016/05/DDD_Reference_2015-03.pdf, section "Bounded Context".

@odrotbohm odrotbohm added this to the 1.0 milestone Oct 19, 2020
@odrotbohm odrotbohm added module: ddd Domain-Driven Design related support type: enhancement New feature or request labels Oct 19, 2020
odrotbohm pushed a commit that referenced this issue Oct 19, 2020
Added annotations for Bounded Context and Module.
odrotbohm pushed a commit that referenced this issue Oct 19, 2020
Added annotations for Bounded Context and Module.
@odrotbohm odrotbohm changed the title Add @BoundedContext annotation Add @BoundedContext and @Module annotation Oct 19, 2020
@odrotbohm
Copy link
Member

#21 has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: ddd Domain-Driven Design related support type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants