Annotation Interface LimitedCompatibility
Indicates that a class, interface or method is not compatible with all versions of Java or Minecraft that the project
as a whole supports.
-
Required Element Summary
Required Elements
-
Element Details
-
target
String targetThe target that the version range applies to, either "Java" or "Minecraft".- Returns:
- the target that the version range applies to
-
versions
String versionsThe range of versions that the annotated class, interface or method is compatible with, such as">=17"or">=1.20.1 <1.21"- Returns:
- the range of compatible versions
-