commit | 4a0f461c76997e8ad3069d1c1a7c392eda9f8aca | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Feb 17 16:47:51 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 17 16:47:51 2021 +0000 |
tree | 07e3b612835cb19723c49ba24f667bf33efd3389 | |
parent | 58176bd59698b7332c021acf07cbb648e0872850 [diff] | |
parent | 148eacad2af2fc95d5a22ef5a0a1fb182f4dda32 [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/google-fruit am: d2effc70f0 am: 148eacad2a Original change: https://android-review.googlesource.com/c/platform/external/google-fruit/+/1588524 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9ae0754707cb83590ed31ec416b383bb6ec9ecc6
Fruit is a dependency injection framework for C++, loosely inspired by the Guice framework for Java. It uses C++ metaprogramming together with some C++11 features to detect most injection problems at compile-time. It allows to split the implementation code in “components” (aka modules) that can be assembled to form other components. From a component with no requirements it's then possible to create an injector, that provides an instance of the interfaces exposed by the component.
See the wiki for more information, including installation instructions, tutorials and reference documentation.