JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.glassfish.jersey.internal.inject
PerLookup
Contents
Description
Hide sidebar
Show sidebar
Annotation Type 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.