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