ecotoneframework / ecotone-dev

Ecotone Framework Development - This is Monorepo which contains all official public modules
https://docs.ecotone.tech
Other
37 stars 16 forks source link

Load classes from autoloader classmap if authoritative #383

Closed jlabedo closed 1 month ago

jlabedo commented 1 month ago

Description

File system annotation finder will get classmap from autoloader if it is authoritative and namespaces to load are provided. It has no impact if parsing is made with a catalog folder.

Fixes #382

Type of change