Removed build-dependency to IPN
This commit is contained in:
parent
3c3a9c299f
commit
6148bdc451
3 changed files with 8 additions and 2 deletions
8
src/main/java/org/anti_ad/mc/ipn/api/IPNIgnore.java
Normal file
8
src/main/java/org/anti_ad/mc/ipn/api/IPNIgnore.java
Normal 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 {}
|
Loading…
Add table
Add a link
Reference in a new issue