Annotation Type Incubating
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface IncubatingSignifies that a public API has not yet become stable, and may be subject to change. Projects that cannot quickly update based on their service dependencies cannot safely useIncubatingAPIs. This annotation is added to service methods which are tagged withincubating. For example:getFileSystems: tags: - incubating http: GET /fileSystems returns: map<string, BackingFileSystem>