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

edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle Maven / Gradle / Ivy

/* $This file is distributed under the terms of the license in LICENSE$ */

package edu.cornell.mannlib.vitro.webapp.auth.identifier;

import java.util.List;

/**
 * A group of Identifiers, very commonly used in method signatures
 * since a session will usually have more than one associated identifier.
*/
public interface IdentifierBundle extends List {
    /* this is just typed List, and just barely. */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy