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: 42374f57cfef29d3d0e22834e62e2f7929d35ff3 $



Copyright © 2004-2012 XWiki. All Rights Reserved.