| Package | Description |
|---|---|
| org.apache.felix.scrplugin.helper |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationProcessorManager
Supports mapping of built-in and custom java annotations to
descriptions.
|
| Modifier and Type | Field and Description |
|---|---|
private AnnotationProcessor |
ClassScanner.aProcessor
The annotation processor.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<AnnotationProcessor> |
AnnotationProcessorManager.processors
Ordered list of processors
|
| Constructor and Description |
|---|
ClassScanner(Log log,
IssueLog iLog,
Project project,
AnnotationProcessor aProcessor)
Create a new scanner.
|