All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.randombits.confluence.metadata.Notifiable Maven / Gradle / Ivy

The newest version!
package org.randombits.confluence.metadata;

public interface Notifiable {
    void storageNotification( String key );
    
    void removalNotification( String key );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy