I assume then that I won't break the framework by writing equals()
and hashCode() in my actor (because some of my other code wants
to use them).

  Thanks, Christopher!

On Mon, Oct 27, 2008 at 12:40 PM, Christopher Brooks
<[EMAIL PROTECTED]>wrote:

> Hi Richard,
> Actors usually don't have equals() and hashCode() methods.
> However, if you define a custom token, like
> actor.lib.security.KeyToken, then the custom token should
> have equals() and hashCode() methods.
>
> _Christopher
>

Reply via email to