Package org.testng.internal.annotations
Class JDK15TagFactory
java.lang.Object
org.testng.internal.annotations.JDK15TagFactory
This class creates implementations of IAnnotations based on the JDK5 annotation that was found on
the Java element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends IAnnotation>
AcreateTag
(Class<?> cls, Method method, Annotation a, Class<A> annotationClass)
-
Constructor Details
-
JDK15TagFactory
public JDK15TagFactory()
-
-
Method Details
-
createTag
public <A extends IAnnotation> A createTag(Class<?> cls, Method method, Annotation a, Class<A> annotationClass)
-