package com.example.demo; import com.intellij.openapi.components.Service; @Service(Service.Level.PROJECT) final class MyService {}