Package com.codingchili.core.protocol
Annotation Interface Authenticator
An annotation that indicates that the annotated method should be picked up by
protocols when calling
Protocol.annotated(Receiver)
. This is an alternative
to calling Protocol.authenticator(Function)
.