JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
P
A
AutoFactory
- Annotation Type in
com.google.auto.factory
An annotation to be applied to elements for which a factory should be automatically generated.
AutoFactoryProcessor
- Class in
com.google.auto.factory.processor
The annotation processor that generates factories for
AutoFactory
annotations.
AutoFactoryProcessor()
- Constructor for class com.google.auto.factory.processor.
AutoFactoryProcessor
C
com.google.auto.factory
- package com.google.auto.factory
com.google.auto.factory.processor
- package com.google.auto.factory.processor
This package contains the annotation processor that implements the
AutoFactory
API.
G
getSupportedAnnotationTypes()
- Method in class com.google.auto.factory.processor.
AutoFactoryProcessor
getSupportedSourceVersion()
- Method in class com.google.auto.factory.processor.
AutoFactoryProcessor
I
init(ProcessingEnvironment)
- Method in class com.google.auto.factory.processor.
AutoFactoryProcessor
P
process(Set<? extends TypeElement>, RoundEnvironment)
- Method in class com.google.auto.factory.processor.
AutoFactoryProcessor
Provided
- Annotation Type in
com.google.auto.factory
An annotation to be applied to parameters that should be provided by an injected
Provider
in a generated factory.
A
C
G
I
P
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015
Google, Inc.
. All Rights Reserved.