org.xwiki.properties.annotation
Annotation Type PropertyDescription


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

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

Since:
2.0M2
Version:
$Id: 9d1ff88790a69bc530d797d99bf3909c3183e263 $

Required Element Summary
 String value
          The description.
 

Element Detail

value

public abstract String value
The description.



Copyright © 2004–2014 XWiki. All rights reserved.