Mark old @ExpectPlatform for removal (2.0)

This commit is contained in:
Max
2021-02-11 19:11:47 +01:00
parent 382d677663
commit 54650b3e2e

View File

@@ -19,6 +19,8 @@
package me.shedaniel.architectury;
import org.jetbrains.annotations.ApiStatus;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@@ -30,5 +32,6 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Deprecated
@ApiStatus.ScheduledForRemoval(inVersion = "2.0")
public @interface ExpectPlatform {
}
}