AndHow! Java Configuration .
  • AndHow!
  • Live-Code Quickstart
  • Simple Usage Examples
  • User Guide
    • Key Concepts
    • AndHow Properties
    • Loaders & Load Order
    • Testing
    • AndHow Initialization
    • Configuring AndHow
    • Whitespace Handling
    • Integration and Exports
    • Changing the Load Order
    • Java9 and Above
    • Best Practices
  • Developer Guide
    • How to Contribute
    • First Checkout with Git
    • Project Branching Structure
    • New Workstation Setup
    • Background
    • Framework Testing
    • Conventions
    • Release Plan
    • HowTo Release
    • Troubleshooting
    • References
  • Help / Questions
  • Release Notes
    • Release 0.4.2
  • FAQs
  • Other
    • JUnit Extension Registration
Powered by GitBook
On this page

Was this helpful?

  1. Developer Guide

References

Reference reading on technologies used in AndHow, or related info

Documentation on Annotation Processors is sparse. It seems to be the geeky subgenre of geeky Java coders. Here are a few articles and references I've come across in working on this.

The Hacker's Guide to Javac

The article that convinced me this project was possible.

Java Annotation Processors - An introduction

A three part into to Annotation Processors. The third part gets into working with classes and types.

Annotation processing during compilation time: Error Handling

Discussion of logging errors vs throwing errors in annotation processors.

Maven on Java 9 and Beyond

Good info about Maven and Java 9

PreviousTroubleshootingNextHelp / Questions

Last updated 3 years ago

Was this helpful?