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

org.javers.core.metamodel.scanner.AnnotationsNameSpace Maven / Gradle / Ivy

There is a newer version: 7.6.1
Show newest version
package org.javers.core.metamodel.scanner;

import java.util.Set;

/**
 * @author bartosz walacik
 */
interface AnnotationsNameSpace {

    Set getEntityAliases();

    Set getValueObjectAliases();

    Set getValueAliases();

    Set getTransientPropertyAliases();

    Set getTypeNameAliases();

    Set getPropertyNameAliases();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy