net.sourceforge.rapidprops
Annotation Type Prop


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Prop


Optional Element Summary
 java.lang.String defaultElementValue
          The default value of an element of the array or list denoted by this property.
 java.lang.String defaultValue
          The default value of this property.
 java.lang.String delimiter
          The delimiter of the elements in an array
 java.lang.String key
          The key used to identify this property
 java.lang.String nullAlias
          The string used to denote the null value
 

key

public abstract java.lang.String key
The key used to identify this property

Default:
""

defaultValue

public abstract java.lang.String defaultValue
The default value of this property. A null default value can be specified by using Prop.NULL

Default:
"net.sourceforge.rapidprops.Prop."

nullAlias

public abstract java.lang.String nullAlias
The string used to denote the null value

Default:
"null"

delimiter

public abstract java.lang.String delimiter
The delimiter of the elements in an array

Default:
","

defaultElementValue

public abstract java.lang.String defaultElementValue
The default value of an element of the array or list denoted by this property. A null default value can be specified by using Prop.NULL

Default:
"net.sourceforge.rapidprops.Prop."