|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Scope
@Target(value={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 or they are destroyed explicitly
with the ServiceHandle.destroy() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||