Added APIviz tags to the logging package
This commit is contained in:
parent
31aa468741
commit
7de02097d0
@ -30,7 +30,6 @@ package org.jboss.netty.logging;
|
||||
* @author Trustin Lee (tlee@redhat.com)
|
||||
*
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
*/
|
||||
public interface InternalLogger {
|
||||
/**
|
||||
|
@ -41,6 +41,8 @@ package org.jboss.netty.logging;
|
||||
*
|
||||
* @version $Rev$, $Date$
|
||||
*
|
||||
* @apiviz.landmark
|
||||
* @apiviz.has org.jboss.netty.logging.InternalLogger oneway - - creates
|
||||
*/
|
||||
public abstract class InternalLoggerFactory {
|
||||
private static volatile InternalLoggerFactory defaultFactory = new JdkLoggerFactory();
|
||||
|
Loading…
x
Reference in New Issue
Block a user