Annotation Type ImmutableSessionPersistedObject
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@UseWith(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: