org.ujoframework.core.annot
Annotation Type Transient


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Transient

Use the annotation to mark a UjoProperty static field to a transient state. Values of the transient properties are not stored by any way.



Copyright © 2010. All Rights Reserved.