abstract static class InjectionPoint.InjectableMember
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) TypeLiteral<?> |
declaringType |
(package private) boolean |
jsr330 |
(package private) InjectionPoint.InjectableMember |
next |
(package private) boolean |
optional |
(package private) InjectionPoint.InjectableMember |
previous |
Constructor and Description |
---|
InjectableMember(TypeLiteral<?> declaringType,
java.lang.annotation.Annotation atInject) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract InjectionPoint |
toInjectionPoint() |
final TypeLiteral<?> declaringType
final boolean optional
final boolean jsr330
InjectionPoint.InjectableMember previous
InjectionPoint.InjectableMember next
InjectableMember(TypeLiteral<?> declaringType, java.lang.annotation.Annotation atInject)
abstract InjectionPoint toInjectionPoint()