@XmlElementWrapper(name = "connections")
@XmlElements({
@XmlElement(type = MutableSiblingConnection.class, name = "sibling-connection"),
@XmlElement(type = MutableParentInToChildInConnection.class, name = "parent-to-child-connection"),
@XmlElement(type = MutableChildOutToParentOutConnection.class, name = "child-to-parent-connection"),
@XmlElement(type = MutableShortCircuitConnection.class, name = "short-circuit-connection")
})
@Override
public final List<MutableConnection<?>> getConnections() {
return connections;
}
MutableParentModule.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:cloudkeeper
作者:
评论列表
文章目录