Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 11f52fabd221650953c0adcdac7496782d5672e9 (plain) (blame)
1
2
3
4
5
package org.eclipse.e4.core.internal.tests.contexts.inject;

public interface TestService {

}

Back to the top