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.57.0 (build f614666)", date="2022-05-02T00:17:06.880Z") @Stability(Stable) public interface IAspect extends software.amazon.jsii.JsiiSerializable
Represents an Aspect.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIAspect.Jsii$DefaultInternal default implementation forIAspect.static classIAspect.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(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.
-
-