Package software.constructs
Interface IAspect
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAspect.Jsii$Default
- All Known Implementing Classes:
IAspect.Jsii$Proxy
@Generated(value="jsii-pacmak/1.78.1 (build 878761e)", date="2023-03-17T00:18:40.747Z") @Stability(Stable) public interface IAspect extends software.amazon.jsii.JsiiSerializable
Represents an Aspect.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IAspect.Jsii$Default
Internal default implementation forIAspect
.static class
IAspect.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(IConstruct node)
All aspects can visit an IConstruct.
-
-
-
Method Detail
-
visit
@Stability(Stable) void visit(@NotNull IConstruct node)
All aspects can visit an IConstruct.- Parameters:
node
- This parameter is required.
-
-