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

io.quarkiverse.langchain4j.CreatedAware Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package io.quarkiverse.langchain4j;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

/**
 * Used to make Quarkus aware of classes being used in {@link dev.langchain4j.service.AiServices#create}
 */
@Retention(RUNTIME)
@Target(ElementType.TYPE)
public @interface CreatedAware {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy