I am writing an RCP application in eclipse. When I load my application my application models are loaded from a file in the disk and injected with context.
Using a profiler I noticed that the inject
method slows me down...
Is this a known issue?
Thanks