Interface ClassDependencyManufacturerContext.ClassFlow
-
- All Superinterfaces:
ClassDependencyManufacturerContext.AnnotationConfigurer<ClassDependencyManufacturerContext.ClassFlow>
,ClassDependencyManufacturerContext.ItemBuilder
- Enclosing interface:
- ClassDependencyManufacturerContext
public static interface ClassDependencyManufacturerContext.ClassFlow extends ClassDependencyManufacturerContext.ItemBuilder, ClassDependencyManufacturerContext.AnnotationConfigurer<ClassDependencyManufacturerContext.ClassFlow>
Allows further configuration of theClass
dependency.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassDependencyManufacturerContext.ClassFlow
setArgumentType(java.lang.Class<?> argumentType)
Specifies the argument type.-
Methods inherited from interface net.officefloor.plugin.clazz.dependency.ClassDependencyManufacturerContext.AnnotationConfigurer
addAnnotation, addAnnotations
-
Methods inherited from interface net.officefloor.plugin.clazz.dependency.ClassDependencyManufacturerContext.ItemBuilder
build
-
-
-
-
Method Detail
-
setArgumentType
ClassDependencyManufacturerContext.ClassFlow setArgumentType(java.lang.Class<?> argumentType)
Specifies the argument type.- Parameters:
argumentType
- Argument type.- Returns:
this
.
-
-