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 the
Class dependency.-
Method Summary
Modifier and TypeMethodDescriptionsetArgumentType(Class<?> argumentType) Specifies the argument type.Methods inherited from interface net.officefloor.plugin.clazz.dependency.ClassDependencyManufacturerContext.AnnotationConfigurer
addAnnotation, addAnnotationsMethods inherited from interface net.officefloor.plugin.clazz.dependency.ClassDependencyManufacturerContext.ItemBuilder
build
-
Method Details
-
setArgumentType
Specifies the argument type.- Parameters:
argumentType- Argument type.- Returns:
this.
-