mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 14:00:54 +07:00
IJ-CR-102194 GitOrigin-RevId: 50d4f16ee583d75be79f8c77126a5d20944bddef
6 lines
84 B
Java
6 lines
84 B
Java
import com.intellij.openapi.components.Service;
|
|
|
|
@Service
|
|
final class MyService {
|
|
}
|