https://github.com/thegreenmachine/guicetest
https://github.com/thegreenmachine/guicetest
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thegreenmachine/guicetest
- Owner: TheGreenMachine
- Created: 2021-09-12T01:40:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T01:45:55.000Z (over 4 years ago)
- Last Synced: 2025-03-02T02:30:14.378Z (over 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Guice Injection Demonstration
-----------------------------
This project demonstrates the different ways that you can inject dependencies. Eliminates Factory pattern and helps
keep code from needing to create variables and methods to interact with each other.