浏览代码

added comments for 2.5.1


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@25 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
patriot1burke 21 年前
父节点
当前提交
5372926c91
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      Readme.html

+ 7
- 0
Readme.html 查看文件

@@ -236,6 +236,13 @@ see javassist.Dump.

<h2>Changes</h2>

<p>- version 2.5.1 in May, 2003.
<br>Simple changes for integration with JBoss AOP
<ul>
<li>Made ClassPool.get0 protected so that subclasses of ClassPool can call it.
<li>Moved all access to the class cache (the field ClassPool.classes) to a method called getCached(String classname). This is so subclasses of ClassPool can override this behavior.
</ul>

<p>- version 2.5 in May, 2003.
<br>From this version, Javassist is part of the JBoss project.
<ul>

正在加载...
取消
保存