mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
7 lines
159 B
Java
7 lines
159 B
Java
public class Foo {
|
|
private native final void nativeMethod();
|
|
|
|
public native final int <caret>getBar();
|
|
public native final void setBar(int bar);
|
|
}
|