Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
4986ff1f9610733b2a4642ed6a1ea874310f5c65
/
.
/
othersrc
/
JCLMin1.8
/
src
/
java
/
lang
/
Deprecated.java
blob: 6c73dedd0d1d269c6caa85058dd8f033a535cdd7 [
file
]
package
java
.
lang
;
import
java
.
lang
.
annotation
.*;
@Documented
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
Deprecated
{
}