mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8237062: Refine JSR 269 API ahead of Java SE 14 MR
Reviewed-by: jlahoda
This commit is contained in:
parent
6ee7f3734d
commit
72a35c899e
3 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -113,7 +113,7 @@ import java.io.IOException;
|
|||
* to overwrite existing files that were not generated.
|
||||
*
|
||||
* <p> Processors can indicate a source or class file is generated by
|
||||
* including a {@code javax.annotation.Generated} annotation if the
|
||||
* including a {@link javax.annotation.processing.Generated} annotation if the
|
||||
* environment is configured so that that type is accessible.
|
||||
*
|
||||
* @apiNote Some of the effect of overwriting a file can be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue