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

com.freya02.botcommands.api.commands.prefixed.annotations.ID Maven / Gradle / Ivy

package com.freya02.botcommands.api.commands.prefixed.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Use this annotation to specify this int/long parameter is supposed to be the ID of an entity (message, user, guild, channel, role...)
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER})
public @interface ID {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy