Searched defs:Deprecated (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DDeprecated.java32 * A program element annotated @Deprecated is one that programmers
43 public @interface Deprecated { interface
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DDeprecated.java72 public final class Deprecated extends Attribute { class in inherits:Attribute
79 public Deprecated(Deprecated c) { method in class:Deprecated
89 public Deprecated(int name_index, int length, byte[] bytes, method in class:Deprecated
104 Deprecated(int name_index, int length, DataInputStream file, method in class:Deprecated
112 System.err.println("Deprecated attribute with length > 0");
164 Deprecated c = (Deprecated)clone();
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAttribute.java47 public static final String Deprecated = "Deprecated"; field in class:Attribute
107 standardAttributes.put(Deprecated, Deprecated_attribute.class);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java93 public final Name Deprecated; field in class:Names
204 Deprecated = fromString("Deprecated");

Completed in 60 milliseconds