Class Summary |
AptAnnotationHelper |
The AptAnnotationHelper class is a helper class that aids in the reading of annotation
values using APT metadata |
AptClientField |
The AptClientField class is an implementation of ClientField where values are derived
using APT metadata |
AptContextField |
The AptContextField class is an implementation of ContextField where values are derived
using APT metadata |
AptControlClient |
|
AptControlField |
The AptControlField class is an implementation of ControlField where values are derived
using APT metadata. |
AptControlImplementation |
|
AptControlInterface |
REVIEW: does it make sense to define AptControlExtension and/or ControlExtension? |
AptEvent |
The AptEvent class represents a control Property where the event attributes
are derived using APT metadata |
AptEventHandler |
The AptEventHandler class represents a control EventHandler where the event attributes
are derived using APT metadata |
AptEventSet |
The AptEventSet class represents a control EventSet where the events
are derived using APT metadata. |
AptFieldHelper |
The AptFieldHelper class is a helper class that knows how to generate useful information
about a Field using APT metadata |
AptMethodHelper |
The AptMethodHelper class is a helper class that knows how to generate useful information
such as argument declarations, argument lists, return type info, etc from a MethodDeclaration |
AptOperation |
The AptOperation class represents a control operation where the operation attributes
are derived using APT metadata. |
AptProperty |
The AptProperty class represents a control Property where the property attributes
are derived using APT metadata |
AptPropertySet |
The AptPropertySet class represents a control PropertySet where the property list
is derived using APT metadata |
AptUtils |
The AptUtils class consolidates helper methods used by various apt processors. |
ControlAnnotationProcessor |
|
ControlAnnotationProcessorFactory |
|
ControlClientAnnotationProcessor |
|
ControlClientAnnotationProcessorFactory |
|
ControlClientManifest |
The controls client manifest (aka "client manifest") surfaces the set of
control types used by a client, and make the assembly process more
efficient. |
TwoPhaseAnnotationProcessor |
The TwoPhaseAnnotationProcessor class is an abstract class that implements the APT
AnnotationProcessor interface. |