org.apache.myfaces.orchestra.dynaForm.annot.ui
Annotation Type IgnoreProperty


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

Ignore (skip) this property so it will not be displayed by the DynaForm (ie no input or output JSF components will be created to represent it).

This is particularly useful for annotating things like surrogate-key and version fields (which are not useful for users).



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.