public class AListener implements ServletContextAttributeListener { //给ServletContext对象添加属性时调用 public void attributeAdded (ServletcontextAttribute scab) { } //给ServletContext对象删除属性时调用 public void ...
A set of Java annotations which can be used in JVM-based languages. They serve as an additional documentation and can be interpreted by IDEs and static analysis tools to improve code analysis.