com.databricks.sdk.support.Generated Maven / Gradle / Ivy
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