Add a counterpart for aspirin's Equalable for use in generation

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6669 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-06-25 00:18:42 +00:00
parent 2bcf59d1db
commit 123f72eadd
@@ -0,0 +1,12 @@
//
// Who - Copyright 2010-2011 Three Rings Design, Inc.
package com.threerings.util;
/**
* This exists solely for classes with generated ActionScript counterparts that need to implement
* the Equalable.as interface
*/
public interface Equalable
{
}