the logic is dead simple: if we have a class, say ...
# intellij
d
the logic is dead simple: if we have a class, say
MyClass
implementing
Command
and there is no implementations of
CommandHandler<MyClass>
in the code base, suggest an action “generate handler”. Handler’s code is almost the same every time, except few placeholders where
MyClass
should be inserted