I came across this code today whilst reading Accelerated GWT (Gupta) - page 151.
public static void getListOfBooks(String category, BookStore bookStore) {
I haven't seen this syntax before either, but I think it will create an inner class of BookStore.
BookStore