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

io.nanovc.areas.ImmutableArea Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
package io.nanovc.areas;

import io.nanovc.AreaAPI;
import io.nanovc.ContentAPI;

/**
 * An immutable area.
 * This means that no {@link ContentAPI} can be added or removed from the area once it has been created.
 * @param  The specific type of content that is stored in this area.
 */
public interface ImmutableArea
    extends AreaAPI
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy