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