Package com.google.auto.value.processor
package com.google.auto.value.processor
This package contains the annotation processor that implements the
AutoValue API.-
ClassesClassDescriptionJavac annotation processor (compiler plugin) to generate annotation implementations.Javac annotation processor (compiler plugin) for one-of types; user code never references this class.Annotation processor that checks that the type that
AutoValue.Builderis applied to is nested inside an@AutoValueclass.Javac annotation processor (compiler plugin) for value types; user code never references this class.A wrapper for properties of Optional-like classes.A method on an@AutoValueorAutoOneOfclass that has no specific attached information, such as atoBuilder()method, or abuild()method, where only the name and access type is needed in context.