/* * @(#)SnmpModelLcd.java 1.10 04/07/26 * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.jmx.snmp.internal; /** * An interface to implement when developping customized model configuration datastore. *

This API is a Sun Microsystems internal API and is subject * to change without notice.

* @since 1.5 */ public interface SnmpModelLcd { }