Class FlowInterfaceClassDependencyManufacturer
java.lang.Object
net.officefloor.plugin.clazz.dependency.impl.AbstractFlowClassDependencyManufacturer
net.officefloor.plugin.clazz.dependency.impl.FlowInterfaceClassDependencyManufacturer
- All Implemented Interfaces:
ServiceFactory<ClassDependencyManufacturer>,ClassDependencyManufacturer,ClassDependencyManufacturerServiceFactory
public class FlowInterfaceClassDependencyManufacturer
extends AbstractFlowClassDependencyManufacturer
ClassDependencyManufacturer for providing a dependency
FlowInterface.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends Annotation>Obtains theAnnotationtype.Methods inherited from class net.officefloor.plugin.clazz.dependency.impl.AbstractFlowClassDependencyManufacturer
addFlow, buildFlow, createParameterFactory, createService
-
Constructor Details
-
FlowInterfaceClassDependencyManufacturer
public FlowInterfaceClassDependencyManufacturer()
-
-
Method Details
-
getAnnotationType
Description copied from class:AbstractFlowClassDependencyManufacturerObtains theAnnotationtype.- Specified by:
getAnnotationTypein classAbstractFlowClassDependencyManufacturer- Returns:
Annotationtype.
-