Skip to content

Commit

Permalink
Update annotation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed May 2, 2024
1 parent 0adbd3f commit c69fd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring/annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ a generic stereotype for any Spring-managed component.
a specialization of `@Component` in persistence layers (Model in MVC)

## @Service
a specialization of `@Component`
a specialization of `@Component` (Controller in MVC)
## @Controller
a specialization of `@Component` in presentation layers (View in MVC)

0 comments on commit c69fd15

Please sign in to comment.