• 大小: 33.58MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-07-05
  • 语言: 其他
  • 标签: JDK  1.6.0_13  

资源简介

JDK1.6.0_13免安装版,比那个分2个的坑货实际, 1.6.0_13版本基本绝种了,仅有的资源给大家分享

资源截图

代码片段和文件信息

/*
 * @(#)CheckNamesProcessor.java 1.2 06/09/28
 *
 * Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved.
 *
 * Redistribution and use in source and binary forms with or without
 * modification are permitted provided that the following conditions are met:
 *
 * -Redistribution of source code must retain the above copyright notice this
 *  list of conditions and the following disclaimer.
 *
 * -Redistribution in binary form must reproduce the above copyright notice
 *  this list of conditions and the following disclaimer in the documentation
 *  and/or other materials provided with the distribution.
 *
 * Neither the name of Sun Microsystems Inc. or the names of contributors may
 * be used to endorse or promote products derived from this software without
 * specific prior written permission.
 *
 * This software is provided “AS IS“ without a warranty of any kind. ALL
 * EXPRESS OR IMPLIED CONDITIONS REPRESENTATIONS AND WARRANTIES INCLUDING
 * ANY IMPLIED WARRANTY OF MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE
 * OR NON-INFRINGEMENT ARE HEREBY EXCLUDED. SUN MICROSYSTEMS INC. (“SUN“)
 * AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE
 * AS A RESULT OF USING MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
 * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST
 * REVENUE PROFIT OR DATA OR FOR DIRECT INDIRECT SPECIAL CONSEQUENTIAL
 * INCIDENTAL OR PUNITIVE DAMAGES HOWEVER CAUSED AND REGARDLESS OF THE THEORY
 * OF LIABILITY ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE
 * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 *
 * You acknowledge that this software is not designed licensed or intended
 * for use in the design construction operation or maintenance of any
 * nuclear facility.
 */

import java.util.Set;
import java.util.EnumSet;

import javax.annotation.processing.*;
import javax.lang.model.SourceVersion;
import javax.lang.model.element.*;
import javax.lang.model.type.*;
import javax.lang.model.util.*;
import static javax.lang.model.SourceVersion.*;
import static javax.lang.model.element.Modifier.*;
import static javax.lang.model.element.ElementKind.*;
import static javax.lang.model.type.TypeKind.*;
import static javax.lang.model.util.ElementFilter.*;
import static javax.tools.Diagnostic.Kind.*;

/**
 * A sample processor to check naming conventions are being followed.
 *
 * 

How to run this processor from the command line


 * 

     * 
  1.  Compile this file; for example

     *      {@code javac -d procdir CheckNamesProcessor.java}
     * 
  2.  Use {@code javac} to run the annotation processor on itself:

     *      {@code javac -processorpath procdir -processor CheckNamesProcessor -proc:only CheckNamesProcessor.java}
     * 

 *
 * 

Another way to run this processor from the command line


 * 

     * 
  1.  Compile the processor as before
     *
     * 
  2.  Create a UTF-8 encoded text file named {@code
     * javax.annotation.processin

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-11-29 16:09  jdk1.6.0_13\
     文件       17400  2009-04-21 13:11  jdk1.6.0_13\LICENSE
     文件       17496  2009-04-21 13:11  jdk1.6.0_13\LICENSE.rtf
     文件       29043  2009-04-21 13:11  jdk1.6.0_13\README.html
     文件       25828  2009-04-21 13:11  jdk1.6.0_13\README_ja.html
     文件       21275  2009-04-21 13:11  jdk1.6.0_13\README_zh_CN.html
     文件      252567  2009-04-21 13:11  jdk1.6.0_13\THIRDPARTYLICENSEREADME.txt
     目录           0  2017-11-29 16:11  jdk1.6.0_13\bin\
     目录           0  2017-11-29 16:08  jdk1.6.0_13\demo\
     目录           0  2017-11-29 16:08  jdk1.6.0_13\demo\applets\
     目录           0  2017-11-29 16:08  jdk1.6.0_13\demo\applets\Animator\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\Animator\audio\
     目录           0  2017-11-29 16:08  jdk1.6.0_13\demo\applets\Animator\images\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\Animator\images\Beans\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\Animator\images\SimpleAnimation\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\ArcTest\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\BarChart\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\blink\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\CardTest\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\Clock\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\DitherTest\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\DrawTest\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\Fractal\
     目录           0  2017-11-29 16:08  jdk1.6.0_13\demo\applets\GraphLayout\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\GraphLayout\audio\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\GraphicsTest\
     目录           0  2017-11-29 16:08  jdk1.6.0_13\demo\applets\ImageMap\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\ImageMap\audio\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\ImageMap\images\
     目录           0  2017-11-29 16:08  jdk1.6.0_13\demo\applets\JumpingBox\
     目录           0  2017-11-29 16:11  jdk1.6.0_13\demo\applets\JumpingBox\sounds\
............此处省略1395个文件信息

评论

共有 条评论