mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 05:18:02 +07:00
GitOrigin-RevId: efb1f88a92264c43790383ca695874cc7424f3ea
5 lines
175 B
Java
5 lines
175 B
Java
class ExtensionWithStaticInitialization implements MyExtension {
|
|
|
|
<warning descr="Extension point implementations must not use static initialization">static</warning> { }
|
|
|
|
} |