|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Scope
Indicates the name of a scope to use for instances of the annotated class.
In this context, scope means the lifecycle of an instance, such as
'singleton
', 'prototype
', and so forth.
Optional Element Summary | |
---|---|
String |
value
Specifies the scope to use for instances of the annotated class. |
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |