Uses of Package
com.pholser.util.properties

Classes in com.pholser.util.properties used by com.pholser.util.properties
BoundProperty
          Mark an interface method with this annotation to indicate that it should return the value associated with a given key from a property source, converted to the type indicated by the method's return type.
PropertyBinder
          Creates proxies that provide typed access to values in sources of property configuration via the PICA technique.
PropertySource
          Implement this interface to present sources of key-value properties (other than Properties, Map, and ResourceBundle) to PropertyBinder.
SystemProperties
          Schema interface for the standard system properties.
ValuesSeparatedBy
          Mark an interface method with this annotation to indicate a regular expression that separates multiple values of the value for the property source key represented by the method.
 



© Copyright 2009-2013 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu