Class BaseAnnotation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Constructor m_constructor  
      private java.lang.reflect.Method m_method  
      private java.lang.Class<?> m_testClass  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseAnnotation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Constructor getConstructor()  
      java.lang.reflect.Method getMethod()  
      java.lang.Class<?> getTestClass()  
      void setConstructor​(java.lang.reflect.Constructor constructor)  
      void setMethod​(java.lang.reflect.Method method)  
      void setTestClass​(java.lang.Class<?> testClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_testClass

        private java.lang.Class<?> m_testClass
      • m_method

        private java.lang.reflect.Method m_method
      • m_constructor

        private java.lang.reflect.Constructor m_constructor
    • Constructor Detail

      • BaseAnnotation

        public BaseAnnotation()
    • Method Detail

      • getConstructor

        public java.lang.reflect.Constructor getConstructor()
      • setConstructor

        public void setConstructor​(java.lang.reflect.Constructor constructor)
      • getMethod

        public java.lang.reflect.Method getMethod()
      • setMethod

        public void setMethod​(java.lang.reflect.Method method)
      • getTestClass

        public java.lang.Class<?> getTestClass()
      • setTestClass

        public void setTestClass​(java.lang.Class<?> testClass)