@Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD}) @Retention(value=RUNTIME) @Documented public @interface API
用于标识 API 的信息
本类的所有权属于:apiguardian-apiCreated: 2018/6/27 上午10:26
Project: paradise
public abstract API.Status status
public abstract String[] consumers
The supplied packages can be fully qualified package names or patterns containing asterisks that will be used as wildcards.
Defaults to "*", signifying that the API is intended to be
consumed by any package.
Copyright © 2018. All rights reserved.