JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
P
A
AutoValue
- Annotation Type in
com.google.auto.value
Specifies that
AutoValue
should generate an implementation class for the annotated abstract class, implementing the standard
Object
methods like
equals
to have conventional value semantics.
AutoValueProcessor
- Class in
com.google.auto.value.processor
Javac annotation processor (compiler plugin) for value types; user code never references this class.
AutoValueProcessor()
- Constructor for class com.google.auto.value.processor.
AutoValueProcessor
C
com.google.auto.value
- package com.google.auto.value
com.google.auto.value.processor
- package com.google.auto.value.processor
This package contains the annotation processor that implements the
AutoValue
API.
G
getSupportedAnnotationTypes()
- Method in class com.google.auto.value.processor.
AutoValueProcessor
getSupportedSourceVersion()
- Method in class com.google.auto.value.processor.
AutoValueProcessor
P
process(Set<? extends TypeElement>, RoundEnvironment)
- Method in class com.google.auto.value.processor.
AutoValueProcessor
A
C
G
P
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014
Google, Inc.
. All Rights Reserved.