Added IPNIgnore
for compat with *Inventory Profiles Next*
This commit is contained in:
parent
cbed2868ba
commit
57e2099650
1 changed files with 8 additions and 0 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