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

clarifai2.dto.HasClarifaiIDRequired Maven / Gradle / Ivy

The newest version!
package clarifai2.dto;

import org.jetbrains.annotations.NotNull;

public interface HasClarifaiIDRequired extends HasClarifaiID {
  @NotNull @Override String id();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy