mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-19 17:29:34 +07:00
6 lines
113 B
Java
6 lines
113 B
Java
package annotations;
|
|
@Deprecated class DeprecatedAnnotation {
|
|
@Deprecated void foo() {}
|
|
@Deprecated int i;
|
|
}
|