org.apache.tapestry5.annotations
Annotation Type ImmutableSessionPersistedObject


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface ImmutableSessionPersistedObject

Marker annotation that can be placed on a session-persisted object to indicate that the object is immutable, and therefore does not require end-of-request restoring into the session.

Since:
5.1.1.0
See Also:
OptimizedSessionPersistedObject



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.