com.threerings.presents.annotation
Annotation Type AuthInvoker


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface AuthInvoker

An annotation that identifies the invoker on which we do client authentication. This would generally only be used to bind the auth invoker to a different invoker than the default (which is the main invoker).