Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iChicago authored Nov 19, 2018
1 parent fefc1f0 commit ac66a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Spring framework is a dependency injection framework

## Annotations
**@Component** annotation will tell Spring framework to create instances of the annotated class for you.

**@Autowired** annotation will tell String framework to search among the components to find the dependency for you.

**@Primary** To choose one between **dependency** components

## Terminology
Expand Down

0 comments on commit ac66a18

Please sign in to comment.