org.qi4j.spi.composite
Interface DependencyDescriptor


public interface DependencyDescriptor


Method Summary
 Annotation[] annotations()
           
 Class<?> injectedClass()
           
 Annotation injectionAnnotation()
           
 Class<?> injectionClass()
           
 Type injectionType()
           
 boolean optional()
           
 Class<?> rawInjectionType()
           
 

Method Detail

injectionAnnotation

Annotation injectionAnnotation()

injectionType

Type injectionType()

injectedClass

Class<?> injectedClass()

rawInjectionType

Class<?> rawInjectionType()

injectionClass

Class<?> injectionClass()

optional

boolean optional()

annotations

Annotation[] annotations()