Annotation Interface EditedEntityContainer


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface EditedEntityContainer
Annotation for detail view controllers which specifies a data container that contains the edited entity.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the ID of the data container that holds the edited entity.
  • Element Details

    • value

      String value
      Specifies the ID of the data container that holds the edited entity.
      Returns:
      the ID of the data container