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

com.jparams.store.reference.Reference Maven / Gradle / Ivy

There is a newer version: 3.1.4
Show newest version
package com.jparams.store.reference;

/**
 * Reference a stored item
 *
 * @param  type of item referenced
 */
public interface Reference
{
    /**
     * Get referenced item
     *
     * @return referenced item
     */
    V get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy