@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).
- Since:
- 6.4M1
- Version:
- $Id: e88fdd0c211942c4b0b338ab7b834070d1977ee1 $