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

io.openapiparser.support.Experimental Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2022 https://github.com/openapi-processor/openapi-parser
 * PDX-License-Identifier: Apache-2.0
 */

package io.openapiparser.support;

import java.lang.annotation.*;

/**
 * marks experimental apis that should not (yet..) be used in production code. It is used for
 * documentation only.
 */
@Documented
@Retention (RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
public @interface Experimental {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy