Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Apr 19, 2024
1 parent 7e04ce5 commit 60e5ac2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Empty file added spring/README.md
Empty file.
10 changes: 10 additions & 0 deletions spring/annotation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# `@Component`
a generic stereotype for any Spring-managed component.

## @Repository
a specialization of `@Component` in persistence layers

## @Service
a specialization of `@Component`
## @Controller
a specialization of `@Component` in presentation layers

0 comments on commit 60e5ac2

Please sign in to comment.