Skip to content

Commit

Permalink
Remove from ModuleGen the unused useFutures/checkCallbackDeprecation …
Browse files Browse the repository at this point in the history
…members
  • Loading branch information
vietj committed Dec 10, 2024
1 parent f8efaba commit 377d284
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,4 @@
*/
String groupPackage();

/**
* Shall be removed in the future.
*/
@Deprecated
boolean useFutures() default false;

/**
* Shall be removed in the future.
*/
@Deprecated
boolean checkCallbackDeprecation() default false;

}

0 comments on commit 377d284

Please sign in to comment.