| Package | Description |
|---|---|
| org.b3log.latke.ioc |
Latke IoC/DI container.
|
| org.b3log.latke.ioc.annotated |
| Modifier and Type | Method and Description |
|---|---|
Annotated |
AbstractInjectionPoint.getAnnotated() |
Annotated |
InjectionPoint.getAnnotated()
Obtain an instance of
AnnotatedField. |
| Constructor and Description |
|---|
AbstractInjectionPoint(Bean<?> ownerBean,
Annotated annotated)
Constructs a injection point with the specified arguments.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotatedField<X>
Represents a field of a Java class.
|
interface |
AnnotatedType<X>
Represents a Java class or interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedFieldImpl<T>
An annotated field.
|
class |
AnnotatedTypeImpl<T>
An annotated type.
|
Copyright © 2009–2019 B3log. All rights reserved.