sting-ioc / sting

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce @ActAsStingComponent annotation

realityforge opened this issue · comments

The annotation is applied to annotations that can be applied to types and it means that the types annotated can be annotated with either @sting.Named and/or @sting.ContributeTo. The only real impact is to stop the compiler issuing warnings.

Fixed by 18eb589