/**@class java.lang.Deprecated
 implements java.lang.annotation.Annotation

 Annotation type used to mark program elements that should no longer be used
 by programmers. Compilers produce a warning if a deprecated program element
 is used.

 @since 1.5
*/
var Deprecated = {


};