mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
...for the "Service can be converted to a light service" warning. The provided quick-fix annotates the service class with '@Service' and removes its registration from the 'plugin.xml' file. ^IDEA-254577 GitOrigin-RevId: 55cace08aa3beade8fb5e28532a29df459e2c1f0
3 lines
129 B
Java
3 lines
129 B
Java
package com.example.demo;
|
|
|
|
final class <warning descr="Service can be converted to a light service">My<caret>Service</warning> {} |