mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-31 18:20:15 +07:00
7 lines
117 B
Java
7 lines
117 B
Java
package aaa;
|
|
@interface MyObjectType {}
|
|
class A {
|
|
void aaa() {
|
|
getClass().getAnnotations(MyObject<caret>)
|
|
}
|
|
} |