| The ControlReferences annotation type is used to annotate a control client
type, listing any control types that the client uses purely programmatically
(and not declaratively). Tools will treat the union of the set of types
annotated w/ @Control and the types listed in @ControlReferences as the
complete set of controls used by a client.
|