Package org.testng.internal.annotations
Class JDK15TagFactory
- java.lang.Object
-
- 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.
-
-
Constructor Summary
Constructors Constructor Description JDK15TagFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends IAnnotation>
AcreateTag(java.lang.Class<?> cls, java.lang.reflect.Method method, java.lang.annotation.Annotation a, java.lang.Class<A> annotationClass)
-
-
-
Method Detail
-
createTag
public <A extends IAnnotation> A createTag(java.lang.Class<?> cls, java.lang.reflect.Method method, java.lang.annotation.Annotation a, java.lang.Class<A> annotationClass)
-
-