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