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
ClassDependencyManufacturerfor providing a dependencyFlowInterface.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description FlowInterfaceClassDependencyManufacturer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<? extends java.lang.annotation.Annotation>getAnnotationType()Obtains theAnnotationtype.-
Methods inherited from class net.officefloor.plugin.clazz.dependency.impl.AbstractFlowClassDependencyManufacturer
addFlow, buildFlow, createParameterFactory, createService
-
-
-
-
Method Detail
-
getAnnotationType
protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
Description copied from class:AbstractFlowClassDependencyManufacturerObtains theAnnotationtype.- Specified by:
getAnnotationTypein classAbstractFlowClassDependencyManufacturer- Returns:
Annotationtype.
-
-