001 package org.nakedobjects.applib.marker;
002
003 /**
004 * Marker interface to indicate that a class has a static set of instances; they are loaded on first use and
005 * are not refreshed.
006 *
007 * Use {@link Bounded} annotation in preference to this marker interface.
008 */
009 public interface Bounded {}
010 // Copyright (c) Naked Objects Group Ltd.