|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,ANNOTATION_TYPE}) @Retention(value=RUNTIME) public @interface Scoped
Annotates an implementation class with the name of its scope.
If you apply Scoped
to another annotation, that annotation will
act as an alias and the user will not have to explicitly specify a name. See
ContainerScoped
for an example.
Required Element Summary | |
---|---|
java.lang.String |
value
Scope name. |
Element Detail |
---|
public abstract java.lang.String value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |