手写springmvc框架

为什么80%的码农都做不了架构师?>>>    一、定义注解 package com.ayo.annotation; import java.lang.annotation.*; /** * 模拟springmvc的@Controller注解 */ @Documented //JAVADOC @Target(ElementType.TYPE) //作用于类上 @Retention(Re
相关文章
相关标签/搜索