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 voidflagAugmented()Flags the dependency is being provided by aManagedFunctionAugmentor.AnnotatedTypegetAnnotatedType()Obtains theAnnotatedTypeofSectionDependencyRequireNode.-
Methods inherited from interface net.officefloor.plugin.section.clazz.object.ClassSectionObjectContext
createTypeQualifier, getOrCreateManagedObject, getOrCreateManagedObject, getSourceContext
-
-
-
-
Method Detail
-
getAnnotatedType
AnnotatedType getAnnotatedType()
Obtains theAnnotatedTypeofSectionDependencyRequireNode.- Returns:
AnnotatedTypeofSectionDependencyRequireNode.
-
flagAugmented
void flagAugmented()
Flags the dependency is being provided by aManagedFunctionAugmentor.
-
-