vertx-gaia/vertx-ams/src/main/environment/io/horizon/annotations/ChatGPT.java
package io.horizon.annotations;
import java.lang.annotation.*;
/**
* @author lang : 2023-05-10
*/
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface ChatGPT {
}