Package fr.sandro642.github.annotations


package fr.sandro642.github.annotations
  • Class
    Description
    AnnotHandler is a class that manages the discovery and execution of listeners annotated with @AnnotConnect.
    AnnotConnect is an annotation used to mark methods that should be executed when a connection event occurs.
    ConnectListener is an interface that should be implemented by classes that want to listen for connection events.