Annotation Interface Authenticator


@Retention(RUNTIME) @Target(METHOD) public @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).