javax.inject
compatible Dependency Injection (D.I.) framework.See: Description
Class | Description |
---|---|
PriorityComparator |
Orders types based on their
Priority annotations (if any) |
Enum | Description |
---|---|
AvailableDependencies |
Enumerates the publicly available services that can be injected into plugins
via the
Inject annotation on a type's constructor. |
A javax.inject
compatible Dependency Injection (D.I.) framework.