1 2 3 4 5
package com.keuin.kbackupfabric.operation.backup.feedback; public interface BackupFeedback { String getFeedback(); }