[reSpec] not sorting interface members

Dear Santa,

I would like to have an option not to have the interface members sorted 
alphabetically. For instance, ff I defined Power to be:
interface Power() {
   void getPower()
   long watchPower()
   void clearWatch()
}

I think that the order of the methods matter and I don't particularly 
like it to become
void clearWatch()
void getPower()
long watchPower()

Thanks!

Max.

Received on Wednesday, 2 December 2009 10:22:15 UTC