All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.skuzzle.jeve.package-info Maven / Gradle / Ivy

The newest version!
/**
 * This package defines the main public API of jeve. jeve is an open source
 * framework for implementing the observer pattern in Java 8 . It makes use of
 * lambda expressions and method references to clarify event delegation code.
 *
 * 

* jeve is designed to be simple and easy to use, yet granting the ability to * customize it to your needs. Please see the quickstart guide on GitHub to get * started. This documentation can be viewed online here. *

* * @author Simon Taddiken * @since 1.0.0 */ package de.skuzzle.jeve;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy