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

io.codemodder.AIMetadataProvider Maven / Gradle / Ivy

There is a newer version: 0.97.9
Show newest version
package io.codemodder;

import io.codemodder.codetf.CodeTFAiMetadata;

/** Marks a class so that it can provide {@link CodeTFAiMetadata} to its consumers. */
interface AIMetadataProvider {

  /**
   * @return the {@link CodeTFAiMetadata} describing how a class used an AI service.
   */
  CodeTFAiMetadata codeTFAiMetadata();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy