Interface BotMetaDataDefaultResolver<T extends Annotation>
- Type Parameters:
T- the annotation type this resolver handles; must extendAnnotation
- All Superinterfaces:
BotMetaDataResolver<T>
Marker interface for default/fallback metadata resolvers.
Implementations are associated with handler methods that act as catch-all handlers
(e.g.,
BotDefaultCommand)
and are consulted only when no specific resolver declared via
BotMetaDataSpecResolver matches the current request.- Since:
- 0.0.1
- Author:
- Islom Mirsaburov
-
Method Summary
Methods inherited from interface BotMetaDataResolver
getAnnotationType, support