| Package | Description |
|---|---|
| org.b3log.latke.ioc |
Latke IoC/DI container.
|
| org.b3log.latke.ioc.annotated |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedField<?> |
FieldInjectionPoint.getAnnotated() |
| Constructor and Description |
|---|
FieldInjectionPoint(Bean<?> ownerBean,
AnnotatedField<?> annotatedField)
Constructs a field injection point.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedFieldImpl<T>
An annotated field.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedField> |
AnnotatedFieldImpl.getFields() |
Set<AnnotatedField<? super X>> |
AnnotatedType.getFields()
Get the fields of the type.
|
Set<AnnotatedField<? super T>> |
AnnotatedTypeImpl.getFields() |
Copyright © 2009–2019 B3log. All rights reserved.