public scanAnnotations() as Void:
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()