Interface BotMetaDataSpecResolver<T extends Annotation>

Type Parameters:
T - the annotation type this resolver handles; must extend Annotation
All Superinterfaces:
BotMetaDataResolver<T>

public interface BotMetaDataSpecResolver<T extends Annotation> extends BotMetaDataResolver<T>
Marker interface for specific (non-default) metadata resolvers. Implementations of this interface are associated with handler methods that carry explicit matching criteria (e.g., BotCommand with a specific command value). Such methods are registered in the main handler registry and ordered according to BotOrder.
Since:
0.0.1
Author:
Islom Mirsaburov