Class 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

      Constructors 
      Constructor Description
      JDK15TagFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A extends IAnnotation>
      A
      createTag​(java.lang.Class<?> cls, java.lang.reflect.Method method, java.lang.annotation.Annotation a, java.lang.Class<A> 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 <A extends IAnnotation> A createTag​(java.lang.Class<?> cls,
                                                   java.lang.reflect.Method method,
                                                   java.lang.annotation.Annotation a,
                                                   java.lang.Class<A> annotationClass,
                                                   IAnnotationTransformer transformer)