io.github.hylexus.jt.annotation.UnstableApi Maven / Gradle / Ivy
The newest version!
package io.github.hylexus.jt.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({
ElementType.ANNOTATION_TYPE,
ElementType.CONSTRUCTOR,
ElementType.FIELD,
ElementType.METHOD,
ElementType.PACKAGE,
ElementType.TYPE
})
@Documented
public @interface UnstableApi {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy