Package klyn.di
Contains 6 type(s).
Types
Annotations
- Autowired - Annotation used to mark fields or constructor parameters that should be automatically injected with dependencies.
- Component - Annotation used to mark classes as components that can be managed by the dependency injection context.
- DestroyMethod - Marks a method that must be called when a managed component is destroyed.
- InitMethod - Marks a method that must be called after dependency injection has
initialized a component.
- Service - Marks a class as an injectable service component.
Classes
- DIContext - Minimal dependency injection context.