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 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 theAnnotation
type.-
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:AbstractFlowClassDependencyManufacturer
Obtains theAnnotation
type.- Specified by:
getAnnotationType
in classAbstractFlowClassDependencyManufacturer
- Returns:
Annotation
type.
-
-