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

ca.gc.aafc.dina.dto.JsonApiExternalResource Maven / Gradle / Ivy

The newest version!
package ca.gc.aafc.dina.dto;

import java.util.UUID;

/**
 * Interface representing a resource held in another module.
 */
public interface JsonApiExternalResource {
  String getJsonApiType();
  UUID getJsonApiId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy