Deprecate generated parser implementations

This commit is contained in:
Andreas Dangel
2024-07-25 12:23:04 +02:00
parent 39750cf158
commit f1f376d248
5 changed files with 22 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ import java.util.ArrayList;
import java.util.List;
/**
* @deprecated PLSQLParserImpl should have been package private because this is an implementation class
* @deprecated Since 7.3.0. PLSQLParserImpl should have been package private because this is an implementation class
* that should not be used directly.
*/
@Deprecated