|
Using the annotation causes the Java compiler to generate warnings when the deprecated class, method, or field is used. The compiler suppresses deprecation warnings if a deprecated compilation unit uses a deprecated class, ... The following is a simple example of using the @Deprecated annotation from java.lang.Thread:
|
java.sun.com/j2se/1.5.0/docs/guide/javadoc/deprecation/...
java.sun.com/j2se/1.5.0/docs/guide/javadoc/deprecation/deprecation.html
|
|
|
|
Canadian Mind Products Java & Internet Glossary : deprecated ... deprecated Deprecated literally means disapproved of, but a more accurate translation would be retired. Deprecated means this method is still usable, but you should not use ... or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
|
mindprod.com/jgloss/deprecated.html
mindprod.com/jgloss/deprecated.html
|
|
|
What the Java Compiler 'deprecated' Message Means ... With each version of Java, some new ways of doing things are introduced. The old ways stay in the language, but they are marked as deprecated so the compiler barfs. Nothing is wrong--you are just using some old stuff.
|
www.belugalake.com/java/deprecated.html
www.belugalake.com/java/deprecated.html
|
|
Note: Program.java uses a deprecated API. ... Sun's Java documentation includes a good deal of information about what has been deprecated during the progress of Java, but you shouldn't need to refer to it during CSC108H.
|
www.cs.toronto.edu/~mcraig/108/general/java/deprecated....
www.cs.toronto.edu/~mcraig/108/general/java/deprecated.html
|
|
i have a problem with my code, it says that i'm using a deprecated API, im using JPasswordField which have a deprecated method, the getText() method so i changed it to getPassword() method, once i changed it my program doesnt work i ... ; You are here: Experts > Computing/Technology > Focus on Java > Java > deprecated API;
|
en.allexperts.com/q/Java-1046/deprecated-API.htm
en.allexperts.com/q/Java-1046/deprecated-API.htm
|
|
Deprecated Classes ... This class will be deprecated in release 4.2 and above, smart card tokens should extend DSACryptoToken directly instead of extending this class. ... Deprecated API...
|
www.blackberry.com/developers/docs/4.2api/deprecated-li...
www.blackberry.com/developers/docs/4.2api/deprecated-list.html
|
|
Welcome to the Java Mistakes Page! ... There are several other features from Java 1.0 that are officially deprecated in later Java releases, but this is the one that hits new students the most often.
|
users.erols.com/ziring/java-npm.html
users.erols.com/ziring/java-npm.html
|
|
License for Java 1.5 'Tiger': A Developer's Notebook; (O'Reilly) example package; Java 1.5 ... public class DeprecatedTester extends DeprecatedClass {; public void doSomething() {; // Overrides a deprecated method; }; }; class DeprecatedClass {; /**; * This method has now been deprecated in favor of doSomethingElse();
|
www.java2s.com/Code/Java/Language-Basics/JavaAnnotation...
www.java2s.com/Code/Java/Language-Basics/JavaAnnotationDeprecatedandhierarchy.htm
|
|
So what you are seeing is not exactly an error. It is just a warning. In fact, your applet should run without trouble since most JVMs will support all the deprecated methods from Java 1.0x.
|
javaboutique.internet.com/articles/ITJ/qanda/q23.html
javaboutique.internet.com/articles/ITJ/qanda/q23.html
|
|