Removed build-dependency to IPN

This commit is contained in:
Frank Bauer 2021-10-17 18:45:35 +02:00
parent 3c3a9c299f
commit 6148bdc451
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,8 @@
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 {}