Interface ClassDependenciesContext
- All Superinterfaces:
ClassDependenciesFlowContext
Context for the
ClassDependencies.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionaddDependency(String dependencyName, String qualifier, Class<?> objectType, Object[] annotations) Adds a dependency.Methods inherited from interface net.officefloor.plugin.clazz.dependency.ClassDependenciesFlowContext
addAnnotation, addEscalation, addFlow
-
Method Details
-
addDependency
ClassItemIndex addDependency(String dependencyName, String qualifier, Class<?> objectType, Object[] annotations) Adds a dependency.- Parameters:
dependencyName- Name of the dependency.qualifier- Qualifier. May benull.objectType- DependencyClass.annotations- Annotations.- Returns:
ClassItemIndexof the dependency.
-