8332102: Add @since
to package-info of jdk.security.jarsigner
Reviewed-by: weijun
This commit is contained in:
parent
abf54bb1e6
commit
ff4bf1cf9f
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -25,5 +25,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This package defines APIs for signing jar files.
|
* This package defines APIs for signing jar files.
|
||||||
|
* @since 9
|
||||||
*/
|
*/
|
||||||
package jdk.security.jarsigner;
|
package jdk.security.jarsigner;
|
||||||
|
Loading…
Reference in New Issue
Block a user