|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface ScopeFactoryLookup
Defining the factory class to create actual Scope from annotated scope annotation.
Required Element Summary | |
---|---|
Class<? extends ScopeFactory<? extends Annotation>> |
value
|
Element Detail |
---|
public abstract Class<? extends ScopeFactory<? extends Annotation>> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |