Annotation Interface HttpApplicationStateful


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface HttpApplicationStateful
Annotated on the class of the parameter to indicate it should be bound to the application state. This allows for in-line configuration of application objects.
Author:
Daniel Sagenschneider
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Allows specifying the name to bind the object into the HttpApplicationState.