Module handlerannotations
Package com.ensarsarajcic.neovim.java.handler.annotations
-
Annotation Types Summary Annotation Type Description NeovimNotificationHandler Annotation used to mark a method as a notification handler That means that this method will be called when notification with name matching value of this annotation arrivesNeovimRequestHandler Annotation used to mark a method as a request handler That means that this method will be called when request with name matching value of this annotation arrivesNeovimRequestListener Annotation used to mark a method as a request listener That means that this method will be called when request with name matching value of this annotation arrives