Annotation Type PropertyHidden


  • @Retention(RUNTIME)
    @Target({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: 92f95d0b992a4c34ae0ca36ac24712dad06de4f1 $