Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-gergely-horvath/magni
Collection of miscellaneous reusable Java components.
https://github.com/peter-gergely-horvath/magni
Last synced: about 1 month ago
JSON representation
Collection of miscellaneous reusable Java components.
- Host: GitHub
- URL: https://github.com/peter-gergely-horvath/magni
- Owner: peter-gergely-horvath
- Created: 2015-11-11T13:39:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T10:29:24.000Z (almost 9 years ago)
- Last Synced: 2023-03-09T01:36:27.699Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magni #
Magni is an open source project aimed at collecting various reusable Java components that simplify development
or address specific needs I have came across.Some of the solutions here have been based on codes I developed during my work, while other ones would have made
my life easier when I could not find any out-of-the-box solution for the purpose.## Featues ##
* [Collection Utilities](http://github.com/peter-gergely-horvath/magni/blob/wiki/CollectionUtilities.md)
* [Thread-safe lazy initialization support](http://github.com/peter-gergely-horvath/magni/blob/wiki/ThreadSafeLazyInitialization.md)
* [Lazy-initialization proxy](http://github.com/peter-gergely-horvath/magni/blob/wiki/LazyInitializationProxy.md)