1 | package com.github.netkorp.telegram.framework.commands.interfaces; |
||
0 ignored issues
–
show
Code Smell
introduced
by
![]() |
|||
2 | |||
3 | /** |
||
4 | * Contains the logic of a command to be executed by the users. |
||
5 | */ |
||
6 | public interface Command { |
||
0 ignored issues
–
show
|
|||
7 | |||
8 | } |
||
9 |