mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-30 02:08:17 +07:00
7 lines
121 B
Java
7 lines
121 B
Java
package aaa;
|
|
@interface MyObjectType {}
|
|
class A {
|
|
void aaa() {
|
|
getClass().getAnnotations(MyObjectType<caret>)
|
|
}
|
|
} |