org.apache.tapestry5.annotations
Annotation Type ImmutableSessionPersistedObject


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@UseWith(value=BEAN)
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 © 2003-2012 The Apache Software Foundation.