mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
This patch adds support of the jdk.internal.PreviewFeature annotation Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com> GitOrigin-RevId: b2f56d62c3b12475690f667628811e5345b1d1cf
4 lines
60 B
Java
4 lines
60 B
Java
package org.myorg.preview;
|
|
|
|
public interface FromPreview {}
|