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