Update Javadoc for internal API.

Closes gh-327.
This commit is contained in:
Mark Paluch
2019-04-18 14:51:55 +02:00
parent 0e5519cacf
commit 45d627d573
2 changed files with 4 additions and 3 deletions

View File

@@ -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.
*
* <p>
* Classes implementing this interface must implement

View File

@@ -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.
*
* <p>
* Typically used by {@link SecretBackendMetadataFactory} to provide path and