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

com.servicerocket.confluence.randombits.metadata.HasAlias Maven / Gradle / Ivy

There is a newer version: 2.5.12
Show newest version
package com.servicerocket.confluence.randombits.metadata;

import com.servicerocket.confluence.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