Package dev.langchain4j
Annotation Interface Experimental
@Inherited
@Documented
@Retention(RUNTIME)
@Target({TYPE,CONSTRUCTOR,METHOD,PACKAGE})
public @interface Experimental
Indicates that a class/constructor/method is experimental and might change in the future.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueDescribes why the annotated element is experimental- Returns:
- The experimental description
- Default:
"This feature is experimental and the API is subject to change"
-