Package com.ryanm.config.imp

Implementation classes and annotations

See:
          Description

Class Summary
AbstractConfigurator Eases implementation of a configurator.
AnnotatedConfigurator A configurator that is constructed from an object annotated with the ConfigurableType annotation.
ConfGet Utility class for retrieving a Configurator from an object.
 

Annotation Types Summary
ConfigurableType Annotation for marking types that can be used to construct a AnnotatedConfigurator
ConfigurableVariable Used to denote members of a class that are to be included in the Configurator.
Description Used to add a descriptive string to an element
NumberRange Used to add a range limit to numerical variables.
Priority Used to indicate an elements' position in the configurator.
StringRange Used to provide a range on the legal values of String, String list and File variables.
SubConfigurable Used to annotate fields as configurable, so they are included in the configurator.
 

Package com.ryanm.config.imp Description

Implementation classes and annotations