org.randombits.confluence.metadata.Notifiable Maven / Gradle / Ivy
package org.randombits.confluence.metadata;
public interface Notifiable {
void storageNotification( String key );
void removalNotification( String key );
}
package org.randombits.confluence.metadata;
public interface Notifiable {
void storageNotification( String key );
void removalNotification( String key );
}