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. package com.sun.jmx.snmp.internal;
  8. /**
  9. * An interface to implement when developping customized model configuration datastore.
  10. * <p><b>This API is a Sun Microsystems internal API and is subject
  11. * to change without notice.</b></p>
  12. * @since 1.5
  13. */
  14. public interface SnmpModelLcd {
  15. }