| java.lang.Object |
| ↳ |
com.google.gdata.data.apt.DataAnnotationProcessorFactory |
Class Overview
The DataAnnotationProcessFactory class supports auto-generation of
metadata about GData Kind data model classes. Generation is handled
by implementing the AnnotationProcessor interfaces defined for
the Sun Annotation Processing Tool (APT).
The processing can be extended later for any other data-model related
annotation usage.
Summary
| Fields |
|
private
static
List<String> |
supportedTypes |
The list of annotation types handled by this factory. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.sun.mirror.apt.AnnotationProcessorFactory
|
abstract
AnnotationProcessor
|
getProcessorFor(Set<AnnotationTypeDeclaration> arg0, AnnotationProcessorEnvironment arg1)
|
|
abstract
Collection<String>
|
supportedAnnotationTypes()
|
|
abstract
Collection<String>
|
supportedOptions()
|
|
Fields
private
static
List<String>
supportedTypes
The list of annotation types handled by this factory.
Public Constructors
public
DataAnnotationProcessorFactory
()
Public Methods
public
AnnotationProcessor
getProcessorFor
(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment env)
public
Collection<String>
supportedAnnotationTypes
()
public
Collection<String>
supportedOptions
()