Annotation Type TopologyInfo
-
@Documented @Inherited @Target(TYPE) @Retention(RUNTIME) public @interface TopologyInfo
Marker interface that aTopologyProvider
can used to describe the behavior of the providedTopology
.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]
aliases
Gets the aliases used to register this theTopology
.String
description
Gets theTopology
description.
-