@BeanMapping doesn't support meta-annotations

  • Is this an issue (and hence not a question)?

The @BeanMapping annotation doesn't support the ElementType#ANNOTATION_TYPE @Target, unlike @Mapping, which prevents it from being used in meta-annotations (for mapping composition), eg. to ignore unmapped source properties.