APIviz tagging

This commit is contained in:
Trustin Lee 2008-12-03 09:05:54 +00:00
parent a30c36d8e2
commit a1bac0c843
5 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,8 @@ import org.jboss.netty.util.ConcurrentWeakHashMap;
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*
* @apiviz.stereotype utility
*/
public class ChannelLocal<T> {
private final ConcurrentMap<Channel, T> map = new ConcurrentWeakHashMap<Channel, T>();

View File

@ -31,6 +31,8 @@ import java.util.Map;
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org)
* @version $Rev$, $Date$
*
* @apiviz.stereotype utility
*/
public class QueryStringDecoder {

View File

@ -30,6 +30,8 @@ import java.util.List;
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org)
* @version $Rev$, $Date$
*
* @apiviz.stereotype utility
*/
public class QueryStringEncoder {

View File

@ -79,7 +79,6 @@ import org.jboss.netty.util.LinkedTransferQueue;
*
* @version $Rev$, $Date$
*
* @apiviz.landmark
* @apiviz.uses org.jboss.netty.handler.execution.ObjectSizeEstimator
* @apiviz.uses org.jboss.netty.handler.execution.ChannelEventRunnable
*/

View File

@ -58,6 +58,7 @@ import org.jboss.netty.channel.ChannelEvent;
*
* @version $Rev$, $Date$
*
* @apiviz.landmark
*/
public class OrderedMemoryAwareThreadPoolExecutor extends
MemoryAwareThreadPoolExecutor {