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: PropertyName.java 24880 2009-11-05 16:38:22Z tmortagne $

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.