Class Annotations.ReflectiveListenerDescriptor

  • Enclosing class:
    Annotations

    static class Annotations.ReflectiveListenerDescriptor
    extends java.lang.Object
    Descriptor of a reflective listener holding information needed to create the listener
    • Field Detail

      • listenerAnnotation

        private final EventListener listenerAnnotation
      • method

        private final java.lang.reflect.Method method
    • Constructor Detail

      • ReflectiveListenerDescriptor

        public ReflectiveListenerDescriptor​(EventListener listenerAnnotation,
                                            java.lang.reflect.Method method)
    • Method Detail

      • getListenerAnnotation

        public EventListener getListenerAnnotation()
      • getMethod

        public java.lang.reflect.Method getMethod()