How do I configure Emacs to set the indentation of a java function call to act as such:
SomeStupidClass.SomeStupidFunction(
      Arg1
      Arg2
}

Instead of:

SomeStupidClass.SomeStupidFunction(
                                                                Arg1
                                                                Arg2
}

Thanks,
Nathaniel Flath