Just like any other interface child classes inherit it from their parent. 
You can remove the "implements Serializable" from all Number subclasses. 
They're already Serializable since their parent class is.

David

--- Gary Gregory <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I see that java.lang.Number declares java.io.Serializable. Number
> subclasses in java.lang do not but each of our Mutable number classes
> does. This does not seem necessary. Am I missing something? Can we
> remove these extra declarations?
> 
> Gary
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to