mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 16:21:49 +07:00
IJ-CR-105402 GitOrigin-RevId: fd71b68fa3266b3c67d63795326da02b88638098
6 lines
109 B
Java
6 lines
109 B
Java
package com.example.demo;
|
|
|
|
import com.intellij.openapi.components.Service;
|
|
|
|
@Service
|
|
final class MyService {} |