Lookup API NetBeans Platform + Maven: loosely coupled modules
问题 I'm developing a NetBeans platform application and want to use lookup api to get implementations for specific interfaces, still keeping everything loosely coupled. But the lookup can't find any service provider. Well, I created: a Module (A) that contains two Interfaces (Prot,Com) and a class to show some GUI. a Module (B) that contains an implementation of interface Prot a Module (C) that contains an implementation of interface COM. To register an implementation i used @ServiceProvider