ca.gc.aafc.dina.entity.ManagedAttribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dina-base-api Show documentation
Show all versions of dina-base-api Show documentation
Base DINA API package for Java built on SpringBoot and Crnk
package ca.gc.aafc.dina.entity;
import ca.gc.aafc.dina.vocabulary.TypedVocabularyElement;
/**
* Main interface that represents a managed attribute as an entity in Dina.
*
*/
public interface ManagedAttribute extends TypedVocabularyElement, DinaEntity {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy