| Interface | Description |
|---|---|
| InjectionPoint |
Injection Point.
|
| Class | Description |
|---|---|
| AbstractInjectionPoint |
Abstract injection point.
|
| Bean<T> |
Latke bean implementation.
|
| BeanManager |
Latke bean manager implementation.
|
| ClassPathResolver |
Resolver for scanning the classpath.
|
| Configurator |
Bean configurator.
|
| Discoverer |
Bean discoverer.
|
| FieldInjectionPoint |
Field injection point.
|
| SingletonContext |
Abstract context.
|
| Annotation Type | Description |
|---|---|
| Inject |
Identifies injectable fields.
|
| Singleton |
Identifies a type that the injector only instantiates once.
|
| Stereotype |
Specifies that an annotation type is a stereotype.
|
Here is a brief introduction of JSR-330 in Chinese.
Copyright © 2009–2019 B3log. All rights reserved.