Interface that any resolvable token must implement. Any object with a resolve() method is treated as a resolvable token by the ImplicitTokenResolver (duck typing — no base class required).
resolve()
Interface that any resolvable token must implement. Any object with a
resolve()method is treated as a resolvable token by the ImplicitTokenResolver (duck typing — no base class required).