Class AbstractAnnotationListener

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractAnnotationListener​(java.lang.Object container, int priority)
      Creates a new annotation listener.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getContainer()
      Get the underlying container of this listener.
      int getPriority()
      Get the priority of this listener.
      • Methods inherited from class java.lang.Object

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

      • AbstractAnnotationListener

        public AbstractAnnotationListener​(java.lang.Object container,
                                          int priority)
        Creates a new annotation listener.
        Parameters:
        container - container where annotation has been found
        priority - priority of this listener
    • Method Detail

      • getContainer

        public java.lang.Object getContainer()
        Description copied from interface: ListenerContainer
        Get the underlying container of this listener.
        Specified by:
        getContainer in interface ListenerContainer
        Returns:
        container object