Documentation
¶
Overview ¶
Command aptgo is the annotation processing tool for Go. It processes all annotations found in the given packages, generates code to register the runtime-visible annotations (so they can be queried at runtime), and then also invokes any processors registered by given Go plugins, for running custom annotation processors.
The logic that generates init code (for registering runtime-visible annotation values) is itself an annotation processor.
Click to show internal directories.
Click to hide internal directories.