File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
telebof/src/main/java/io/github/natanimn/telebof/annotations Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11package io .github .natanimn .telebof .annotations ;
22
33import io .github .natanimn .telebof .UpdateHandler ;
4+ import io .github .natanimn .telebof .annotations .container .CallbackHandlers ;
45import io .github .natanimn .telebof .enums .ChatType ;
56import io .github .natanimn .telebof .filters .CustomFilter ;
67import io .github .natanimn .telebof .filters .DefaultCustomFilter ;
78import io .github .natanimn .telebof .filters .FilterExecutor ;
89
9- import java .lang .annotation .ElementType ;
10- import java .lang .annotation .Retention ;
11- import java .lang .annotation .RetentionPolicy ;
12- import java .lang .annotation .Target ;
10+ import java .lang .annotation .*;
1311
1412/**
1513 * Annotation for handling incoming callback queries in a declarative manner.
6664 */
6765@ Retention (RetentionPolicy .RUNTIME )
6866@ Target (ElementType .METHOD )
67+ @ Repeatable (CallbackHandlers .class )
6968public @interface CallbackHandler {
7069
7170 /**
You can’t perform that action at this time.
0 commit comments