mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-07 23:21:45 +07:00
Now we have Code Vision hints which determine the author via Git history and show it in the editor automatically, and this information is more accurate than the tags which were automatically added when files were created. GitOrigin-RevId: 535941a4b79bc36c173a27f3e505b43ffc85edc1
7 lines
183 B
Java
7 lines
183 B
Java
package bytecodeAnalysis;
|
|
|
|
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
public @interface ExpectLeaking { } |