mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-30 18:30:05 +07:00
311f965f20
GitOrigin-RevId: 3cdbe9a8fbad5b785934f8f6280e4140cb8aa75c
9 lines
270 B
Java
9 lines
270 B
Java
// "Add on-demand static import for 'java.lang.annotation.ElementType'" "true"
|
|
import java.lang.annotation.ElementType;
|
|
import java.lang.annotation.Target;
|
|
|
|
import static java.lang.annotation.ElementType.*;
|
|
|
|
@Target({//simple end comment
|
|
METHOD})
|
|
@interface F {} |