blob: 0fa37dcbfb3b95d94129eb8c0eafe92e15362f63 [file] [log] [blame]
package annotations;
@Deprecated class DeprecatedAnnotation {
@Deprecated void foo() {}
@Deprecated int i;
}