Class ProviderMethodsModule.MethodAndAnnotation

  • Enclosing class:
    ProviderMethodsModule

    private static class ProviderMethodsModule.MethodAndAnnotation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.annotation.Annotation annotation  
      (package private) java.lang.reflect.Method method  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodAndAnnotation​(java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • method

        final java.lang.reflect.Method method
      • annotation

        final java.lang.annotation.Annotation annotation
    • Constructor Detail

      • MethodAndAnnotation

        MethodAndAnnotation​(java.lang.reflect.Method method,
                            java.lang.annotation.Annotation annotation)