Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Split up org.eclipse.e4.core.di

+1 Sounds great. It also makes it easier to look up these annotations.

Wim


On Wed, Jun 11, 2014 at 1:31 AM, Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx> wrote:
Hi,

Currently the annotation one uses to e.g. mark something optional
(@Optional), executable (@Execute), ... is defined in core.di and so one
inherits directly a dependency on the whole di-container which is
contra-dictionary.

I propose we split out the annotations-package in an extra bundle and
make the original bundle require and reexport it.

Tom
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top