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: PropertyDescription.java 22052 2009-07-24 19:21:19Z sdumitriu $

Required Element Summary
 java.lang.String value
          The description.
 

Element Detail

value

public abstract java.lang.String value
The description.



Copyright © 2004-2011 XWiki. All Rights Reserved.