Uses of Class
net.officefloor.plugin.section.clazz.PropertyAnnotation
-
Packages that use PropertyAnnotation Package Description net.officefloor.plugin.section.clazz -
-
Uses of PropertyAnnotation in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz that return PropertyAnnotation Modifier and Type Method Description PropertyAnnotation[]
SectionInterfaceAnnotation. getProperties()
Obtains theProperty
instances for the section.Constructors in net.officefloor.plugin.section.clazz with parameters of type PropertyAnnotation Constructor Description SectionInterfaceAnnotation(java.lang.String flowName, int flowIndex, boolean isSpawn, java.lang.Class<?> parameterType, boolean isFlowCallback, java.lang.String sectionName, java.lang.Class<? extends SectionSource> source, java.lang.String location, PropertyAnnotation[] properties, FlowLinkAnnotation[] outputs)
Instantiate.
-