mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
8174854: Fix two javax.annotation.processing javadoc link issues
Reviewed-by: mchung
This commit is contained in:
parent
205d485510
commit
52187f31d3
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2017, 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
|
||||
@ -92,7 +92,7 @@ public abstract class AbstractProcessor implements Processor {
|
||||
* same set of strings as the annotation. If the class is not so
|
||||
* annotated, an empty set is returned.
|
||||
*
|
||||
* If the {@link ProcessingEvironment#getSourceVersion source
|
||||
* If the {@link ProcessingEnvironment#getSourceVersion source
|
||||
* version} does not support modules, in other words if it is less
|
||||
* than or equal to {@link SourceVersion#RELEASE_8 RELEASE_8},
|
||||
* then any leading {@link Processor#getSupportedAnnotationTypes
|
||||
|
||||
@ -291,7 +291,7 @@ public interface Processor {
|
||||
* @apiNote When running in an environment which supports modules,
|
||||
* processors are encouraged to include the module prefix when
|
||||
* describing their supported annotation types. The method {@link
|
||||
* AbstractProcessor.getSupportedAnnotationTypes
|
||||
* AbstractProcessor#getSupportedAnnotationTypes
|
||||
* AbstractProcessor.getSupportedAnnotationTypes} provides support
|
||||
* for stripping off the module prefix when running in an
|
||||
* environment without modules.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user