Annotation Type BoundAny


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface BoundAny
Marks a field of type IAnyContent on a bound class to receive unmodeled content from assemblies that declare <any/> in their model.

During deserialization, content not matching any declared model instance is captured into this field. During serialization, captured content is written back after all declared model instances.