Annotation Interface Mapping


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Mapping
Mapping, e.g. for beliefs in subcapabilities.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the outer element.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the inner element, if different from outer.
  • Element Details

    • value

      String value
      The name of the outer element.
    • target

      String target
      The name of the inner element, if different from outer.
      Default:
      ""