org.chromattic.api.annotations
Annotation Type DefaultValue


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DefaultValue

Define the default value of a property.

Version:
$Revision$
Author:
Julien Viet

Optional Element Summary
 java.lang.String[] value
          Returns the list of property values as string format.
 

value

public abstract java.lang.String[] value
Returns the list of property values as string format.

Returns:
the list of property values
Default:
{}


Copyright © 2012 eXo Platform SAS. All Rights Reserved.