0

Is there any priority to run the multiple entry points in a same module ?

Which one will execute here..

  • 1
    You may want to read this question and answers: http://stackoverflow.com/questions/929661/problem-with-multiple-entry-points-in-the-same-module?rq=1 – Andrei Volgin Aug 23 '14 at 10:14

1 Answers1

0

They'll just execute in the order they've been read by GWT (with inheriteded modules being read at the place of the <inherit> element)

Thomas Broyer
  • 64,353
  • 7
  • 91
  • 164