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
As of v0.05, Sting will auto-discover types annotated with @Injectable. We should expand this to auto-discovering types annotated with @StingProvider. In this scenario we would load the java type, see if it is annotated with @StingProvider, load the provider type AND verify the provider type publishes a service with the same type as annotated by the @StingProvider with an empty qualifier.