Package net.sourceforge.rapidprops

Interface Summary
Props.Handler Provides a handling method used to adjust a string.
 

Class Summary
PropConstants  
Props.NoHandling A handler that does not change the data.
Props.ToCapitalizedFirstLetter  
Props.ToLowerCase A handler that converts the string to lower case.
Props.ToUpperCase A handler that converts the string to upper case.
PropsBuilder  
PropsHelper<T>  
 

Exception Summary
RapidPropsException  
 

Annotation Types Summary
Prop  
Props Used to configure the global characteristics of the implementation generated for the annotated interface.