org.xwiki.properties.annotation
Annotation Type PropertyHidden


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

Use this annotation to indicate a method is not part of the property bean public api. For example this will not be in the generated BeanDescriptor.

Since:
2.0M2
Version:
$Id$



Copyright © 2004-2011 XWiki. All Rights Reserved.