package_scan/package_scanner library
Classes
- PackageScanner
- ProcessedComponent
- RawComponent
- ScanComponent
- Base annotation for top level annotations, if ANYTHING is not annotated with this, it's not processed All top level annotations SHOULD extends this if they wanna be processed
Enums
Typedefs
- ParamExtractor = dynamic Function(RequestEntity request)
- Function used to extract a param, like the body or an header from a request