> Me neither, I hate them actually.

Heh, glad I'm not the only one :-)

> I tried to work around the fragility by supporting structured  
> numbering so that you don't have to carefully order them constantly,

This definitely helps.

What about a top-level annotation to declare the preferred order of methods?

@MethodOrder = {
  "someMethod",
  "someOtherMethod",
  "etc",
  "last"
};

(I'm not using annotations yet so I'm sure the syntax is wrong, but you get
the idea..)

As you mentioned, methods in this list have priority, and other methods are
treated afterwards, in no particular order.

Would that work?

Frederic


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to