@Documented @Target(value={ANNOTATION_TYPE,TYPE}) @Retention(value=RUNTIME) public @interface MappingTemplate
Annotations are used to declare a set of field mapping configurations on the class,
and are introduced in Assemble.propTemplates() by specifying the annotated class.
This annotation is applicable to the scene where there are too many fields involved
in a single assembly to avoid too large a single Assemble configuration.
Assemble.propTemplates(),
cn.crane4j.core.parser.PropertyMappingpublic abstract Mapping[] value
Copyright © 2024. All rights reserved.