com.antonioaltieri.telegram.botapi.DefaultHandler Maven / Gradle / Ivy
package com.antonioaltieri.telegram.botapi;
import java.lang.annotation.*;
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface DefaultHandler {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy