001 package cpw.mods.fml.common;
002
003 /**
004 * A marker interface for retrieving a proxy to a bukkit plugin.
005 * Fields associated with {@link BukkitPluginRef} annotations should be should probably
006 * declare this type and cast down if the target is available (not null)
007 * @author cpw
008 *
009 */
010 public interface BukkitProxy
011 {
012 }