klyn.di.DIContext.scanAnnotations
method
public scanAnnotations() as Void:
Description

Scans annotations and registers discovered components.

This method is reserved for the future reflection-based DI scanner. The current implementation is intentionally empty.

import klyn.di

context = DIContext()
context.scanAnnotations()