blob: 6c73dedd0d1d269c6caa85058dd8f033a535cdd7 [file] [log] [blame]
package java.lang;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface Deprecated {
}