org.apache.tapestry5.beaneditor
Annotation Type NonVisual


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
@UseWith(value=BEAN)
public @interface NonVisual

Marker annotation for properties which are non-visual, and so should not appear (by default) inside a BeanModel. The annotation may be placed on either the getter or the setter method or on the field.



Copyright © 2003-2012 The Apache Software Foundation.