Package jxl.vague

Vague persists simple or nested bean property data without requiring a bean implementation.

See:
          Description

Interface Summary
VagueObject VagueObject must be extended (not implemented) to use VagueContext.
 

Class Summary
VagueCombination<V extends VagueObject>  
VagueContext<V extends VagueObject> VagueContext provides a means of peristing simple or nested bean property data, without creating a bean implementation.
 

Exception Summary
VagueException The exception is only thrown if an unrecoverable error occurs during Vague object redirection.
 

Package jxl.vague Description

Vague persists simple or nested bean property data without requiring a bean implementation. The Vague system uses sub-interfaces of VagueObject to create dynamic proxies to bean property data, which is managed by the Binding system. Vague depends on Binding, and Search.