Files
Andrey Cherkasovandintellij-monorepo-bot cfb3b25b2b [devKit] IJ-CR-102194 Split LightServiceInspection into three inspections
IDEA-236032

GitOrigin-RevId: 0ec3219b2893b1e597f99bcbb2c632a9a28174a7
2023-02-22 17:57:02 +00:00

8 lines
173 B
Java

import com.intellij.openapi.components.Service;
import com.intellij.openapi.project.Project;
@Service(Service.Level.APP)
final class MyService {
private MyService() {}
}