Annotation Interface Extends


@Target(TYPE) @Retention(RUNTIME) public @interface Extends
Used in mapping dynamic models to specify from which other entity an entity extends.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type extended.
  • Element Details

    • superType

      String superType
      The type extended. String because dynamic models have named "classes".