Interface BotMetaDataSpecResolver<T extends Annotation>
- Type Parameters:
T- the annotation type this resolver handles; must extendAnnotation
- All Superinterfaces:
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
-
Method Summary
Methods inherited from interface BotMetaDataResolver
getAnnotationType, support