This commit is contained in:
Stéphane Nicoll
2024-07-03 10:04:51 +02:00
parent 99e8978a91
commit 1ea4eb147a
2 changed files with 14 additions and 10 deletions

View File

@@ -27,10 +27,10 @@ import org.springframework.util.StringUtils;
import org.springframework.util.function.ThrowingConsumer;
/**
* Interface that can be used to add {@link Kind#SOURCE source},
* Repository of generated files. Can be used to add {@link Kind#SOURCE source},
* {@link Kind#RESOURCE resource}, or {@link Kind#CLASS class} files generated
* during ahead-of-time processing. Source and resource files are written using
* UTF-8 encoding.
* {@code UTF-8} encoding.
*
* @author Phillip Webb
* @author Brian Clozel
@@ -236,8 +236,8 @@ public interface GeneratedFiles {
}
/**
* Provide access to a particular file and offer convenient method to save
* or override its content.
* Provide access to a particular file and offer convenient methods to retrieve,
* save, or override its content.
*
* @since 6.2
*/