Interface ClassSectionObjectManufacturerContext
-
- All Superinterfaces:
ClassSectionObjectContext
public interface ClassSectionObjectManufacturerContext extends ClassSectionObjectContext
Context for theClassSectionObjectManufacturer
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flagAugmented()
Flags the dependency is being provided by aManagedFunctionAugmentor
.AnnotatedType
getAnnotatedType()
Obtains theAnnotatedType
ofSectionDependencyRequireNode
.-
Methods inherited from interface net.officefloor.plugin.section.clazz.object.ClassSectionObjectContext
createTypeQualifier, getOrCreateManagedObject, getOrCreateManagedObject, getSourceContext
-
-
-
-
Method Detail
-
getAnnotatedType
AnnotatedType getAnnotatedType()
Obtains theAnnotatedType
ofSectionDependencyRequireNode
.- Returns:
AnnotatedType
ofSectionDependencyRequireNode
.
-
flagAugmented
void flagAugmented()
Flags the dependency is being provided by aManagedFunctionAugmentor
.
-
-