Skip to content

Commit

Permalink
Deprecate methods of JavaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jan 23, 2024
1 parent a6396ce commit 431e920
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ public JavaVersion getJavaVersion() {

public interface JavaVersion {

@Deprecated(forRemoval = true)
Status isExactlyJava11();

@Deprecated(forRemoval = true)
Status isJava11OrHigher();

@Deprecated(forRemoval = true)
Status isJava17OrHigher();

Status isJava21OrHigher();
Expand Down

0 comments on commit 431e920

Please sign in to comment.