Annotation Type AllowAnyItem
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface AllowAnyItem
Annotation that indicates that a collect can contain any type. This
will cause the serialization library to use dynamic resolution based on
names instead of relying on the reflected item type.
- Author:
- Andreas Holstenson