All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.support.Generated Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
package com.databricks.sdk.support;

import java.lang.annotation.*;

/**
 * Annotation to indicate that a class or method is generated from OpenAPI specification.
 *
 * 

This annotation is used to exclude the class or method from code coverage. */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR}) public @interface Generated {}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy