org.testng
Class AnnotationConverter

java.lang.Object
  extended by org.testng.AnnotationConverter

public class AnnotationConverter
extends java.lang.Object

Converts between javadoc annotations and java 5 annotations.

Since:
5.3
Author:
micheb10 12-Sep-2006

Constructor Summary
AnnotationConverter()
           
 
Method Summary
static int getLogLevel()
           
static void log(java.lang.String s)
           
static void main(java.lang.String[] args)
           
static void ppp(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationConverter

public AnnotationConverter()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

log

public static void log(java.lang.String s)

getLogLevel

public static int getLogLevel()

ppp

public static void ppp(java.lang.String s)