|
1 | 1 | /*
|
2 |
| - * Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
@@ -322,15 +322,16 @@ public interface Processor {
|
322 | 322 | void init(ProcessingEnvironment processingEnv);
|
323 | 323 |
|
324 | 324 | /**
|
325 |
| - * Processes a set of annotation interfaces on type elements |
326 |
| - * originating from the prior round and returns whether or not |
327 |
| - * these annotation interfaces are claimed by this processor. If {@code |
328 |
| - * true} is returned, the annotation interfaces are claimed and subsequent |
329 |
| - * processors will not be asked to process them; if {@code false} |
330 |
| - * is returned, the annotation interfaces are unclaimed and subsequent |
331 |
| - * processors may be asked to process them. A processor may |
332 |
| - * always return the same boolean value or may vary the result |
333 |
| - * based on its own chosen criteria. |
| 325 | + * Processes a set of annotation interfaces on {@linkplain |
| 326 | + * RoundEnvironment#getRootElements() root elements} originating |
| 327 | + * from the prior round and returns whether or not these |
| 328 | + * annotation interfaces are claimed by this processor. If {@code |
| 329 | + * true} is returned, the annotation interfaces are claimed and |
| 330 | + * subsequent processors will not be asked to process them; if |
| 331 | + * {@code false} is returned, the annotation interfaces are |
| 332 | + * unclaimed and subsequent processors may be asked to process |
| 333 | + * them. A processor may always return the same boolean value or |
| 334 | + * may vary the result based on its own chosen criteria. |
334 | 335 | *
|
335 | 336 | * <p>The input set will be empty if the processor supports {@code
|
336 | 337 | * "*"} and the root elements have no annotations. A {@code
|
|
0 commit comments