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

io.github.butkoprojects.bots.preprocess.annotation.CallbackButtonRow Maven / Gradle / Ivy

package io.github.butkoprojects.bots.preprocess.annotation;

import java.lang.annotation.*;

@Target( {ElementType.METHOD, ElementType.ANNOTATION_TYPE} )
@Retention( RetentionPolicy.RUNTIME )
@Repeatable( CallbackKeyboard.class )
public @interface CallbackButtonRow {
    CallbackButton[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy