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

com.antonioaltieri.telegram.botapi.CommandHandler Maven / Gradle / Ivy

The newest version!
package com.antonioaltieri.telegram.botapi;

import java.lang.annotation.*;

@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface CommandHandler {
    String[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy