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

com.github.twitch4j.common.annotation.Unofficial Maven / Gradle / Ivy

package com.github.twitch4j.common.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Annotates a method or features that uses unofficial api endpoints, those can break at any point in time. Use at your own risk.
 */
@Documented
@Retention(RetentionPolicy.SOURCE)
public @interface Unofficial {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy