Update Javadoc for internal API.
Closes gh-327.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user