You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InjectionUtil.addDefinition automatically maps all definitions from a passed collection (of MappingDefinition). It filters the useless ones if the owner got class metadata (@dependency) that specifies required dependencies. You can switch off filtering with 3rd method argument. [DoclerLabs/hexInject@7c35ab0]
@type metadata added to Flow dsl for static compilers to define abstract fields in the locator class. [DoclerLabs/hexDSL@5f5fddc]
@lazy metadata added to Flow dsl for static compilers to define lazy variable (instancied when/if it is used). [DoclerLabs/hexDSL@201058a]
Enhancements
Flow DSL - runtime parameters of an imported child context can depend on another imported child context [DoclerLabs/hexDSL@49545c6]