From 45d627d573f63b8a87175a92bafb0feaa3eeb2ef Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 18 Apr 2019 14:51:55 +0200 Subject: [PATCH] Update Javadoc for internal API. Closes gh-327. --- .../cloud/vault/config/SecretBackendMetadataFactory.java | 4 ++-- .../cloud/vault/config/VaultSecretBackendDescriptor.java | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/SecretBackendMetadataFactory.java b/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/SecretBackendMetadataFactory.java index eb9ccebd..0ea148eb 100644 --- a/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/SecretBackendMetadataFactory.java +++ b/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/SecretBackendMetadataFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2018 the original author or authors. + * Copyright 2016-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ package org.springframework.cloud.vault.config; /** * Strategy interface to create {@link SecretBackendMetadata} from - * {@link VaultSecretBackendDescriptor} properties. + * {@link VaultSecretBackendDescriptor} properties. Mainly for internal use within the framework. * *

* Classes implementing this interface must implement diff --git a/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/VaultSecretBackendDescriptor.java b/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/VaultSecretBackendDescriptor.java index 1a08542b..d7e68a84 100644 --- a/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/VaultSecretBackendDescriptor.java +++ b/spring-cloud-vault-config/src/main/java/org/springframework/cloud/vault/config/VaultSecretBackendDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2018 the original author or authors. + * Copyright 2016-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,6 +18,7 @@ package org.springframework.cloud.vault.config; /** * Interface to be implemented by objects that describe a Vault secret backend. + * Mainly for internal use within the framework. * *

* Typically used by {@link SecretBackendMetadataFactory} to provide path and