blob: aa1eac4f02d852eda4c552b32395949807911c64 [file] [log] [blame]
package org.eclipse.e4.core.internal.tests.contexts.inject;
import org.osgi.service.component.annotations.Component;
@Component(enabled = false)
public class TestServiceA implements TestService, TestOtherService {
}