Package pt.unl.fct.di.novasys.babel2.annotations
@NullMarked
package pt.unl.fct.di.novasys.babel2.annotations
Annotations used to mark methods as handlers for various events and messages
in the Babel 2 framework.
These annotations allow developers to use a declarative approach when defining message and event handlers in their Babel protocols.
-
Annotation InterfacesClassDescriptionMarks a method as a handler for a
ProtocolEvent.Marks a method as a handler for a broadcast-delivered message on aBroadcastConsumerBabelProtocol.Marks a method as a handler for an inboundBabelMessage.Marks a method as a handler invoked when an outboundBabelMessagecould not be delivered.Marks a method as a handler invoked when an outboundBabelMessagewas successfully delivered.