JavaOne2013
From APIDesign
(Difference between revisions)
(New page: JavaOne 2013 is in progress and in contrast to JavaOne2011 I am not going to talk about API Design Paradoxes. Rather listen. Anyway on Wednesday I'll talk about [[Bck2Brwsr...) |
|||
Line 1: | Line 1: | ||
[[JavaOne]] 2013 is in progress and in contrast to [[JavaOne2011]] I am not going to talk about [[API]] Design [[Paradoxes]]. Rather listen. Anyway on Wednesday I'll talk about [[Bck2Brwsr]]. | [[JavaOne]] 2013 is in progress and in contrast to [[JavaOne2011]] I am not going to talk about [[API]] Design [[Paradoxes]]. Rather listen. Anyway on Wednesday I'll talk about [[Bck2Brwsr]]. | ||
+ | |||
+ | == Lessons Learned == | ||
+ | |||
+ | |||
+ | At [https://oracleus.activeevents.com/2013/connect/sessionDetail.ww?SESSION_ID=6273 The Art and Science of] [[BackwardCompatibility]] - De[[serialization]] can change value of a '''final''' field. |
Revision as of 17:03, 23 September 2013
JavaOne 2013 is in progress and in contrast to JavaOne2011 I am not going to talk about API Design Paradoxes. Rather listen. Anyway on Wednesday I'll talk about Bck2Brwsr.
Lessons Learned
At The Art and Science of BackwardCompatibility - Deserialization can change value of a final field.