All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.nukkit.api.PowerNukkitXOnly Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.api;

import java.lang.annotation.*;

@Retention(RetentionPolicy.CLASS)
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.ANNOTATION_TYPE, ElementType.TYPE,
        ElementType.FIELD, ElementType.PACKAGE})
@PowerNukkitXOnly
@Since("1.6.0.0-PNX")
@Inherited
@Documented
public @interface PowerNukkitXOnly {
    @PowerNukkitXOnly
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy