that's indeed what transient does.
I find it a bit weird to see it used like this as statics are not part of an object instance and therefore not serialised either which would have me think the particular combination might be illegal, but apparently it's not
K&B doesn't explicitly exclude the combination "transient final" though, listing that an instance variable can be marked "transient or final" which logically means the combination is legal.