Javax.Annotation.Processing Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that support Java annotation processing.
Classes
| Name | Description |
|---|---|
| GeneratedAttribute |
Marks source code as generated and identifies the code generator. |
Interfaces
| Name | Description |
|---|---|
| IGenerated |
Identifies source code that was produced by a code generator. |
Remarks
This namespace provides the Java Generated annotation and its managed attribute projection for marking source code produced by a code generator.