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

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

There is a newer version: 7.4.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy