Open
Description
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.