com.ryanm.config.imp
Annotation Type Description


@Documented
@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
public @interface Description

Used to add a descriptive string to an element

Author:
ryanm

Required Element Summary
 java.lang.String value
          The description for the variable
 

Element Detail

value

public abstract java.lang.String value
The description for the variable