Package restx.config


package restx.config
  • Class
    Description
    User: xavierhanin Date: 9/24/13 Time: 11:54 PM
    Machine for ConfigLoader.
    Provide ConfigSupplier to provide a config which is then contributed to the main consolidated config.
    User: xavierhanin Date: 9/24/13 Time: 10:16 PM
    User: xavierhanin Date: 9/24/13 Time: 11:12 PM
    Annotate an interface with @Settings to mark it as a settings interface, where all methods must be returning simple type and take no parameters, and implementation is generated to look for values in RestxConfig.
    Defines a Settings key method in a Settings annotated interface.