Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)