Package dev.tachyonmcp.api.annotations
Annotation Interface InternalApi
@Documented
@Retention(CLASS)
@Target({TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE})
public @interface InternalApi
Marks a public type, member, or package that exists only for Tachyon's own cross-package
wiring. It is NOT a stability contract: it may change or be removed in any release without
notice. Do not depend on it from application code.
-
Optional Element Summary
Optional Elements
-
Element Details
-
since
String sinceVersion in which the annotated API became internal.- Default:
""
-