Interface IInjektionObjectDescription
-
- All Known Subinterfaces:
IInjektionAnalyserResult
- All Known Implementing Classes:
InjektionAnalyserResult
public interface IInjektionObjectDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IInjectingFactorygetFactory()java.lang.ClassgetType()booleanisFactory()
-
-
-
Method Detail
-
getFactory
IInjectingFactory getFactory()
-
isFactory
boolean isFactory()
-
getType
java.lang.Class getType()
-
-