Class FlowInterfaceParameterManufacturer
- java.lang.Object
-
- net.officefloor.plugin.managedfunction.method.parameter.AbstractFlowParameterManufacturer<FlowInterface>
-
- net.officefloor.plugin.managedfunction.method.parameter.FlowInterfaceParameterManufacturer
-
- All Implemented Interfaces:
ServiceFactory<MethodParameterManufacturer>
,MethodParameterManufacturer
,MethodParameterManufacturerServiceFactory
public class FlowInterfaceParameterManufacturer extends AbstractFlowParameterManufacturer<FlowInterface>
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description FlowInterfaceParameterManufacturer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<FlowInterface>
getFlowAnnotation()
Obtains theClass
of theAnnotation
.-
Methods inherited from class net.officefloor.plugin.managedfunction.method.parameter.AbstractFlowParameterManufacturer
createParameterFactory, createService
-
-
-
-
Method Detail
-
getFlowAnnotation
protected java.lang.Class<FlowInterface> getFlowAnnotation()
Description copied from class:AbstractFlowParameterManufacturer
Obtains theClass
of theAnnotation
.- Specified by:
getFlowAnnotation
in classAbstractFlowParameterManufacturer<FlowInterface>
- Returns:
Class
of theAnnotation
.
-
-