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