langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java
changeset 43858 3f89ba6c36c0
parent 43585 19e14d35add0
child 44809 931f88b3014d
equal deleted inserted replaced
43857:37614a3b7193 43858:3f89ba6c36c0
   289      * <cite>The Java&trade; Language Specification</cite>.
   289      * <cite>The Java&trade; Language Specification</cite>.
   290      *
   290      *
   291      * @apiNote When running in an environment which supports modules,
   291      * @apiNote When running in an environment which supports modules,
   292      * processors are encouraged to include the module prefix when
   292      * processors are encouraged to include the module prefix when
   293      * describing their supported annotation types. The method {@link
   293      * describing their supported annotation types. The method {@link
   294      * AbstractProcessor.getSupportedAnnotationTypes
   294      * AbstractProcessor#getSupportedAnnotationTypes
   295      * AbstractProcessor.getSupportedAnnotationTypes} provides support
   295      * AbstractProcessor.getSupportedAnnotationTypes} provides support
   296      * for stripping off the module prefix when running in an
   296      * for stripping off the module prefix when running in an
   297      * environment without modules.
   297      * environment without modules.
   298      *
   298      *
   299      * @return the names of the annotation types supported by this processor
   299      * @return the names of the annotation types supported by this processor