- 
    Enhancement 
- 
    Resolution: Unresolved
- 
     P4 P4
- 
    None
                    This serves as an umbrella task for adding `@since` tests to the JDK
There needs to be an automated test for `@since` tags in the source code documentation.
The rules are simple:
all declarations (modules, packages, classes, interfaces, fields, methods, etc) should have their own `@since` -- except for members of a class or interface, if the @since for the member would be the same as that of its enclosing class or interface.
It is a goal to include an `@since` test for every module in the public API https://download.java.net/java/early_access/jdk24/docs/api/index.html
There needs to be an automated test for `@since` tags in the source code documentation.
The rules are simple:
all declarations (modules, packages, classes, interfaces, fields, methods, etc) should have their own `@since` -- except for members of a class or interface, if the @since for the member would be the same as that of its enclosing class or interface.
It is a goal to include an `@since` test for every module in the public API https://download.java.net/java/early_access/jdk24/docs/api/index.html
- relates to
- 
                    JDK-8354921 since-checker wrongly identifies since-version for some modules -           
- Open
 
-         
- links to