mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
[fix][java]Add missing generated annotation to Authentication.mustache (#21125)
* Add generated annotation to Authentication.mustache * Update Authentication.mustache jersey2 * Update Authentication.mustache jersey3 * Update Authentication.mustache okhttp * Update Authentication.mustache restclient * Update Authentication.mustache resttemplate * Update Authentication.mustache vertx * Update Authentication.mustache webclient * doc: regenerate samples
This commit is contained in:
committed by
GitHub
parent
f9dedd74ec
commit
27a705efd5
@@ -18,6 +18,7 @@ import org.openapitools.client.Pair;
|
||||
import java.util.Map;
|
||||
import java.util.List;
|
||||
|
||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.13.0-SNAPSHOT")
|
||||
public interface Authentication {
|
||||
/**
|
||||
* Apply authentication settings to header and query params.
|
||||
|
||||
Reference in New Issue
Block a user