Annotation Interface Backup.Option

Enclosing class:
Backup

@Retention(SOURCE) public static @interface Backup.Option
Constant values for the backup storage location.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant value to delete the backup.
    static final int
    Constant value to rename the backup.
    static final int
    Constant value to share the backup.
  • Field Details