Java アノテーションプロセッサの使い方(基礎編)

はじめに Pluggable Annotation Processing アノテーションプロセッサ アノテーションプロセッサの実行 ProcessingEnvironment と RoundEnvironment Element と TypeMirror Element TypeMirror AnnotationMirror Elements と Types Filer まとめ はじめに Java6 から有る Pluggable Annotation Processing 仕様(Java5 にお…