Annotation Type 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
      java.lang.String value
      The name of the outer element.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String target
      The name of the inner element, if different from outer.
    • Element Detail

      • value

        java.lang.String value
        The name of the outer element.
      • target

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