@Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER,FIELD}) public @interface Inject
For example, see the following class:
@Controller("myController") public class MyController {@Inject private MyService service; }
| Modifier and Type | Optional Element and Description |
|---|---|
Inject.Scope |
scope
Deprecated.
|
String |
subscope
Deprecated.
|
@Deprecated public abstract Inject.Scope scope
@Deprecated public abstract String subscope
Copyright © 2015. All rights reserved.