Bug 506563 - Move @ContextValue annotation from e(fx)clipse to platform
Summary: Move @ContextValue annotation from e(fx)clipse to platform
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.6   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-26 10:25 EDT by Dirk Fauth CLA
Modified: 2017-06-21 16:56 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Fauth CLA 2016-10-26 10:25:18 EDT
I would like to suggest to move the @ContextValue annotation from e(fx)clipse to the platform.

https://wiki.eclipse.org/Efxclipse/Runtime/Recipes#Publishing_to_the_IEclipseContext

IMHO it is a very useful annotation to put objects on an IEclipseContext without relying on internals. The abstraction level of our DI API would become better by introducing this.
Comment 1 Dirk Fauth CLA 2016-10-26 10:25:43 EDT
@Tom
Could you please link to the sources in e(fx)clipse?
We should also discuss where to put the necessary implementation classes.