Package com.google.auto.value.processor
This package contains the annotation processor that implements the
AutoValue API.-
Class Summary Class Description AutoAnnotationProcessor Javac annotation processor (compiler plugin) to generate annotation implementations.AutoAnnotationProcessor.Member AutoAnnotationProcessor.Parameter AutoValueBuilderProcessor Annotation processor that checks that the type thatAutoValue.Builderis applied to is nested inside an@AutoValueclass.AutoValueProcessor Javac annotation processor (compiler plugin) for value types; user code never references this class.AutoValueProcessor.Property A property of an@AutoValueclass, defined by one of its abstract methods.Optionalish A wrapper for properties of Optional-like classes.