Hi, We got almost 500 declarations of "private static final transient" fields in Camel code base. From what I know static fields are automatically transient, so this is a redundancy (just like, let's say marking interface methods as public).
Is there any particular reason we define static fields as transient? Cheers. -- Henryk Konsek http://henryk-konsek.blogspot.com