1 /* 2 * @(#)SnmpModelLcd.java 1.10 04/07/26 3 * 4 * Copyright 2004 Sun Microsystems, Inc. All rights reserved. 5 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. 6 */ 7 8 package com.sun.jmx.snmp.internal; 9 10 /** 11 * An interface to implement when developping customized model configuration datastore. 12 * <p><b>This API is a Sun Microsystems internal API and is subject 13 * to change without notice.</b></p> 14 * @since 1.5 15 */ 16 public interface SnmpModelLcd { 17 } 18