org.xwiki.properties.annotation
Annotation Type PropertyName


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

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

Since:
2.1M1
Version:
$Id: b68b001955df9bf51a3d29c338e1daea7a8a5601 $

Required Element Summary
 String value
          The description.
 

Element Detail

value

public abstract String value
The description.



Copyright © 2004–2014 XWiki. All rights reserved.