mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
10 lines
114 B
Java
10 lines
114 B
Java
import IdeaBug.Anno;
|
|
|
|
class IdeaBug {
|
|
@interface Anno { }
|
|
}
|
|
|
|
@Anno
|
|
public class IdeaBugUser extends IdeaBug {
|
|
}
|