@Retention(value=RUNTIME) @Target(value=FIELD) public @interface BukkitPluginRef
BukkitProxy
 Generally it should be used in conjunction with Mod.bukkitPlugin() specifying the
 plugin to load.public abstract String value
BukkitProxy instance if possible. This proxy will be gotten by
 reflectively calling the "getModProxy" method on the bukkit plugin instance.