JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.glassfish.jersey.internal.inject
Annotation Interface PerLookup
@Documented
@Retention
(
RUNTIME
) @Scope
@Target
({
TYPE
,
METHOD
})
public @interface
PerLookup
PerLookup is the scope for objects that are created every time they are looked up. PerLookup objects will be destroyed whenever a service containing them is destroyed.
Author:
John Wells (john.wells at oracle.com)