org.testng.internal.annotations
Class JDK15TagFactory

java.lang.Object
  extended by org.testng.internal.annotations.JDK15TagFactory

public class JDK15TagFactory
extends java.lang.Object

This class creates implementations of IAnnotations based on the JDK5 annotation that was found on the Java element. Created on Dec 20, 2005

Author:
Cedric Beust

Constructor Summary
JDK15TagFactory()
           
 
Method Summary
 IAnnotation createTag(java.lang.Class<?> cls, java.lang.annotation.Annotation a, java.lang.Class<?> annotationClass, IAnnotationTransformer transformer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDK15TagFactory

public JDK15TagFactory()
Method Detail

createTag

public IAnnotation createTag(java.lang.Class<?> cls,
                             java.lang.annotation.Annotation a,
                             java.lang.Class<?> annotationClass,
                             IAnnotationTransformer transformer)


Copyright © 2010. All Rights Reserved.