org.xwiki.properties.annotation
Annotation Type PropertyName


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

Use this annotation to add a display name to a property bean method.

Since:
2.1M1
Version:
$Id: 1bccb7f92fda058317c684154328e5d4c1e28ae3 $

Required Element Summary
 String value
          The description.
 

Element Detail

value

public abstract String value
The description.



Copyright © 2004-2012 XWiki. All Rights Reserved.