com.cloudcontrolled.api.annotation
Annotation Type Default


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Default

The decorated field got an optional default value in case it was not set.

Author:
Denis Neuling (denisneuling@gmail.com)

Required Element Summary
 String value
          The default value of the annotated field
 

Element Detail

value

public abstract String value
The default value of the annotated field

Returns:
default value


Copyright © 2012. All Rights Reserved.