mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 03:29:08 +07:00
GitOrigin-RevId: 7c432c135ad7be15da3b743857b71bfc1599c4a8
5 lines
337 B
Java
5 lines
337 B
Java
@com.intellij.openapi.components.Service
|
|
public class ProjectServiceNonAllowedCtorArg {
|
|
public <error descr="Service should not have constructor with parameters (except Project or Module if requested on corresponding level)">ProjectServiceNonAllowedCtorArg</error>(com.intellij.openapi.project.Project project, String notAllowed) {}
|
|
}
|