![JAR search and dependency download from the Maven repository](/logo.png)
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