mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-14 08:14:43 +07:00
9 lines
132 B
Java
9 lines
132 B
Java
package aaa;
|
|
import java.lang.annotation.*;
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@interface MyObjectType {}
|
|
|
|
class A {
|
|
My<caret>
|
|
} |