sting-ioc / sting

Home Page:https://sting-ioc.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate @StingProvider annotated types into auto-discovery process

realityforge opened this issue · comments

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.