You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to trigger a custom handler using an interface as the type. As per @schmittjoh 's comment I thought I could achieve this by using the @Type annotation to hint the interface. However, the type name is 'overwritten' in the GraphNavigator meaning the custom type cannot be found .
Is it simply not possible to do what I want or am I missing something?
The text was updated successfully, but these errors were encountered:
I would like to trigger a custom handler using an interface as the
type
. As per @schmittjoh 's comment I thought I could achieve this by using the@Type
annotation to hint the interface. However, the type name is 'overwritten' in the GraphNavigator meaning the custom type cannot be found .Is it simply not possible to do what I want or am I missing something?
The text was updated successfully, but these errors were encountered: