Skip to content

Commit 05e5eb1

Browse files
committed
Add since tags to functional API
1 parent 4a688f7 commit 05e5eb1

File tree

1 file changed

+2
-0
lines changed
  • java-compiler-testing/src/main/java/io/github/ascopes/jct/workspaces

1 file changed

+2
-0
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/workspaces/Workspace.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,9 @@ default Map<String, List<? extends PathRoot>> getModulePathModules() {
859859
* if no checked exception is thrown.
860860
* @throws UncheckedIOException if the closure fails after the consumer is called.
861861
* @throws T the checked exception that the consumer can throw.
862+
* @since 3.2.0
862863
*/
864+
@API(since = "3.2.0", status = Status.STABLE)
863865
default <T extends Throwable> void use(ThrowingWorkspaceConsumer<T> consumer) throws T {
864866
try {
865867
consumer.accept(this);

0 commit comments

Comments
 (0)