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

org.nakedobjects.applib.marker.ImmutableUntilPersisted Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package org.nakedobjects.applib.marker;

import org.nakedobjects.applib.annotation.Immutable;


/**
 * Marker interface to show that an object cannot be changed before it is persisted.
 * 
 * Use {@link Immutable} annotation in preference to this marker interface.
 */
public interface ImmutableUntilPersisted {

}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy