mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
8 lines
149 B
Java
8 lines
149 B
Java
import foo.bar.*;
|
|
import foo.baz.Baz;
|
|
|
|
class Main {
|
|
void foo() throws ReflectiveOperationException {
|
|
More.class.getAnnotation(Baz.class);
|
|
}
|
|
} |