--- jsr166/src/jsr166y/ForkJoinTask.java 2009/07/21 18:11:44 1.11 +++ jsr166/src/jsr166y/ForkJoinTask.java 2009/07/22 01:36:51 1.12 @@ -107,6 +107,9 @@ import java.lang.reflect.*; * in general sensible to serialize tasks only before or after, but * not during execution. Serialization is not relied on during * execution itself. + * + * @since 1.7 + * @author Doug Lea */ public abstract class ForkJoinTask implements Future, Serializable {