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