org.xwiki.properties.annotation
Annotation Type PropertyDescription


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface PropertyDescription

Use this annotation to add a description to a property bean method.

Since:
2.0M2
Version:
$Id$

Required Element Summary
 String value
          The description.
 

Element Detail

value

public abstract String value
The description.



Copyright © 2004-2012 XWiki. All Rights Reserved.