| Modifier and Type | Method and Description |
|---|---|
List<CompileProblem> |
CompileUnit.getProblems()
The list of Property errors, either directly added or created indirectly
by adding properties that had invalid modifiers.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AndHowCompileProcessor.processFinalRound(Filer filer,
Messager log,
int srcVersion,
int jdkVersion,
List<CompileProblem> compileProblems,
List<AndHowCompileProcessor.CauseEffect> initCEs,
List<AndHowCompileProcessor.CauseEffect> testInitCEs,
List<AndHowCompileProcessor.CauseEffect> registrarCEs)
The final round of annotation processing.
|
protected void |
AndHowCompileProcessor.processNonFinalRound(ProcessingEnvironment localProcessingEnv,
RoundEnvironment roundEnv,
Calendar runDate,
Filer filer,
Messager log,
int srcVersion,
int jdkVersion,
List<CompileProblem> compileProblems,
List<AndHowCompileProcessor.CauseEffect> initCEs,
List<AndHowCompileProcessor.CauseEffect> testInitCEs,
List<AndHowCompileProcessor.CauseEffect> registrarCEs)
Process a round of annotation processing.
|
Copyright © 2022. All rights reserved.