Friday, March 16, 2007

Java 5 Migration

Frustrations du jour:
  • SerialVersionUID. Eclipse generates a warning whenever a serializable class (such as all classes that inherit from Exception) don't define this instance variable. I've decided to add an @SuppressWarnings("serial"), but I'm not sure if this is the right decision.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.