@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface Serializable
Force the Job serializer to serialize the objects of that class (for example when a @Component should be serialized
despite the fact that they are skipped by default). It can also be used to force NOT serialize a class that would
otherwise be serialized (like a huge instance that don't make any sense to spend time serialize).
- Since:
- 6.4M1
- Version:
- $Id: 273cb107ca963331532e4d3a3ebba8b81ac4f142 $