870871872873874875876
/** * @return the visitor for this bundle descriptor */ public ComponentVisitor getBundleVisitor() { return new ConnectorValidator(); }
857858859860861862863