org.xwiki.properties.annotation
Annotation Type PropertyHidden


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Inherited
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: 795fb1266cd1ef69aa4dc3e542be10fc6e2455bb $



Copyright © 2004–2014 XWiki. All rights reserved.