Package sting
Annotation Interface InjectorFragment
Annotate an interface to declare that it will be used in an injector-oriented integration surface.
This annotation is a top-level Sting processor entrypoint used for validation only.
Sting tolerates Named on methods declared by a type annotated with
InjectorFragment, but does not treat the type as a binding contributor and does not
process the methods as injector outputs.
- See Also: