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 - TODO KlynDoc like JavaDoc
  • InitMethod - TODO KlynDoc like JavaDoc
  • Service
Classes
  • DIContext - Minimal dependency injection context.