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

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

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

import org.randombits.storage.Aliasable;

/**
 * Indicates that the class has an alias and would line to notify an {@link Aliasable} about it.
 */
public interface HasAlias {
    void applyAliases( Aliasable aliasable );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy