Implementing dynamic plugins in Java

后端 未结 5 1912
心在旅途
心在旅途 2021-01-31 10:45

I\'d like to implement a dynamic plugin feature in a Java application. Ideally:

  • The application would define an interface Plugin with a method like
5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 11:23

    Any chance you can leverage the Service Provider Interface?

提交回复
热议问题