• 大小: 12.41MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-15
  • 语言: Java
  • 标签: tomcat源码  

资源简介

此代码可以导入Eclipse中,运行tomcat7源码,包含tomcat7运行时所要添加的jar包,运行环境JDK1.7,导入即可立即运行使用

资源截图

代码片段和文件信息

/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License Version 2.0
 * (the “License“); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


package javax.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target({ElementType.ANNOTATION_TYPE ElementType.CONSTRUCTOR 
    ElementType.FIELD ElementType.LOCAL_VARIABLE ElementType.METHOD 
    ElementType.PACKAGE ElementType.PARAMETER ElementType.TYPE})
@Retention(RetentionPolicy.SOURCE)

public @interface Generated {
    public String[] value();
    public String date() default ““;
    public String comment() default ““;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-25 16:41  tomcat7\
     文件         716  2017-12-25 16:38  tomcat7\.classpath
     文件         383  2017-12-25 15:58  tomcat7\.project
     目录           0  2017-12-25 15:58  tomcat7\.settings\
     文件         670  2017-12-25 16:40  tomcat7\.settings\org.eclipse.jdt.core.prefs
     目录           0  2017-12-25 16:44  tomcat7\bin\
     文件       11963  2017-12-25 16:00  tomcat7\bin\catalina.policy
     文件        5506  2017-12-25 16:00  tomcat7\bin\catalina.properties
     文件        1428  2017-12-25 16:00  tomcat7\bin\context.xml
     目录           0  2017-12-25 16:40  tomcat7\bin\javax\
     目录           0  2017-12-25 16:40  tomcat7\bin\javax\annotation\
     文件         637  2017-12-25 16:40  tomcat7\bin\javax\annotation\Generated.class
     文件         396  2017-12-25 16:40  tomcat7\bin\javax\annotation\PostConstruct.class
     文件         390  2017-12-25 16:40  tomcat7\bin\javax\annotation\PreDestroy.class
     文件        1201  2017-12-25 16:40  tomcat7\bin\javax\annotation\Resource$AuthenticationType.class
     文件         903  2017-12-25 16:40  tomcat7\bin\javax\annotation\Resource.class
     文件         427  2017-12-25 16:40  tomcat7\bin\javax\annotation\Resources.class
     目录           0  2017-12-25 16:40  tomcat7\bin\javax\annotation\security\
     文件         433  2017-12-25 16:40  tomcat7\bin\javax\annotation\security\DeclareRoles.class
     文件         393  2017-12-25 16:40  tomcat7\bin\javax\annotation\security\DenyAll.class
     文件         409  2017-12-25 16:40  tomcat7\bin\javax\annotation\security\PermitAll.class
     文件         447  2017-12-25 16:40  tomcat7\bin\javax\annotation\security\RolesAllowed.class
     文件         418  2017-12-25 16:40  tomcat7\bin\javax\annotation\security\RunAs.class
     目录           0  2017-12-25 16:40  tomcat7\bin\javax\ejb\
     文件         629  2017-12-25 16:40  tomcat7\bin\javax\ejb\EJB.class
     文件         398  2017-12-25 16:40  tomcat7\bin\javax\ejb\EJBs.class
     目录           0  2017-12-25 16:40  tomcat7\bin\javax\el\
     文件        5113  2017-12-25 16:40  tomcat7\bin\javax\el\ArrayELResolver.class
     文件         943  2017-12-25 16:40  tomcat7\bin\javax\el\BeanELResolver$1.class
     文件        2995  2017-12-25 16:40  tomcat7\bin\javax\el\BeanELResolver$BeanProperties.class
     文件        2416  2017-12-25 16:40  tomcat7\bin\javax\el\BeanELResolver$BeanProperty.class
............此处省略4979个文件信息

评论

共有 条评论

相关资源