@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
public @interface Scope
InjectionPoint
.Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<? extends MadvocScope> |
value
Scope type.
|
public abstract java.lang.Class<? extends MadvocScope> value
Copyright © 2003-present Jodd Team