Bug 537915 - org.eclipse.e4.ui.internal.workbench.E4Workbench should be API
Summary: org.eclipse.e4.ui.internal.workbench.E4Workbench should be API
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2018-08-14 02:23 EDT by Frank Benoit CLA
Modified: 2018-08-14 12:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Benoit CLA 2018-08-14 02:23:21 EDT
This annotation is meant to be API:

@Named(E4Workbench.INSTANCE_LOCATION)

Also see this list:
https://wiki.eclipse.org/Eclipse4/RCP/EAS/List_of_All_Provided_Services

Hence, this class should be moved to a non-internal package.
Comment 1 Dani Megert CLA 2018-08-14 12:10:26 EDT
(In reply to Frank Benoit from comment #0)
> This annotation is meant to be API:
> 
> @Named(E4Workbench.INSTANCE_LOCATION)
> 
> Also see this list:
> https://wiki.eclipse.org/Eclipse4/RCP/EAS/List_of_All_Provided_Services
> 
> Hence, this class should be moved to a non-internal package.

Agree.