moved IPNIgnore to BCLib

This commit is contained in:
Frank 2021-10-18 09:29:18 +02:00
parent b713e2f4d6
commit c0ab96453a

View file

@ -1,8 +0,0 @@
package org.anti_ad.mc.ipn.api;
import java.lang.annotation.*;
// Included from "Inventory Profiles Next" (https://github.com/blackd/Inventory-Profiles)
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface IPNIgnore {}