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

com.servicerocket.confluence.randombits.metadata.reference.AbstractReference Maven / Gradle / Ivy

There is a newer version: 2.5.12
Show newest version
package com.servicerocket.confluence.randombits.metadata.reference;

/**
 * The common parent class for all {@link Reference}s. This allows
 * implementations to specify a Value (V) type the reference
 * will return, as well as a Sort (S) type for sorting.
 * 
 * @param 
 *            The value type returned by the reference.
 */
public abstract class AbstractReference implements Reference {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy