mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-31 11:47:24 +07:00
6 lines
112 B
Java
6 lines
112 B
Java
import java.lang.annotation.*;
|
|
import static java.lang.annotation.ElementType.*;
|
|
|
|
@A(1)
|
|
public @interface A1 {
|
|
} |