Package com.dooapp.gaedo.properties

Examples of com.dooapp.gaedo.properties.CachingPropertyProvider


public final class GaedoModule {

  private static final Logger log = Logger.getLogger(GaedoModule.class);

  public static PropertyProvider buildPropertyProvider() {
    return new CachingPropertyProvider(new FieldBackedPropertyProvider());
  }
View Full Code Here


   * Creates the property provider implementation
   * @return
   */
  @Provides
  public PropertyProvider getPropertyProvider() {
    return new CachingPropertyProvider(new FieldBackedPropertyProvider());
  }
View Full Code Here

TOP

Related Classes of com.dooapp.gaedo.properties.CachingPropertyProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.