| Class | Description |
|---|---|
| InterfaceTemplateProcessor |
The
InterfaceTemplateProcessor is an annotation processor that, at compile time, detects
source files that have an @Interface, @Enum or @Dtd
annotation and will use these sources for generating synthetic interfaces and enums. |
| TemplateConfiguration |
TemplateConfiguration is an abstract base class that encapsulates some of the
commonalities between interface configurations and enum configurations. |
Copyright © 2022. All rights reserved.