资源简介
linux tomcat 下载32位linux tomcat 下载32位
linux tomcat 下载32位
linux tomcat 下载32位
linux tomcat 下载32位
linux tomcat 下载32位
代码片段和文件信息
/*
* 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 ““;
}
相关资源
- tomcat-6.0.26.tar.gz
- apache-tomact-8.0.20(32位和64位)
- 分布式集群Session共享 简单多tomcat8+
- apache-tomcat-8.5.8.tar.gz
- tomcat6.0.20免安装版
- tomcat 6.020解压版
- apache-tomcat-6.0.41
- apache-tomcat-7.0.79.tar.gz
- tomcat官方8.0.53版Windows-64位
- apache-tomcat-8.5.23-windows-x64.zip
- CVE-2019-0232 Tomcat RCE 远程命令执行漏洞
- tomcat7.0.32 32位
- 官网公布的最新Tomcat6绿色版.zip
- tomcat实现websocket聊天室
- tomcat8、8.5、9与redis实现session共享
- tomcat-8.5.31免安装版
- apache-tomcat-8.5.23.tar.gz
- How Tomcat Works中文版-带完整目录
- Tomcat7 64位
- pinpoint安装部署、监控tomcat、weblogic、
- Tomcat中文API帮助文档
- apache-tomcat-7.0.33.exe
- apache-tomcat-7.0.90.tar.gz
- tomcat-8.5.20-windows-64位
- 超详细的Win10+MyEclipse2018+Tomcat9.0环境搭
- Tomcat 系统架构与设计模式
- drools 部署后tomcat配置打包
- tomcat7的windows版
- apache-tomcat-8.0.24.tar.gz
- tomcat8.0-64位免安装版
评论
共有 条评论