msv.tahiti.src.com.sun.tahiti.compiler.Symbolizer Maven / Gradle / Ivy
/*
* @(#)$Id: Symbolizer.java 923 2001-07-20 20:45:03Z Bear $
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
package com.sun.tahiti.compiler;
/**
* used to resolve various objects to its id so that
* they can be serialized.
*
* @author
* Kohsuke KAWAGUCHI
*/
public interface Symbolizer {
String getId( Object o );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy