Cleanup AbstractBindingRuntimeContext.getAvailableAugmentationTypes() 09/97909/9
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Oct 2021 16:01:22 +0000 (18:01 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Oct 2021 18:10:44 +0000 (20:10 +0200)
We are performing lookups along augmentation instantiation axis using
APIs which are going away. Cleanup the code and move the traversal to
BindingRuntimeTypes.

Leave a FIXME for getting the required intelligence from
GeneratorReactor as well as some sorely-needed documentation as to what
exactly is going on.

JIRA: MDSAL-695
Change-Id: I6dd7ad7807546091bfbc5cced48b574d6bff49e2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found