mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
67 stars 20 forks source link

Use more general type in all @Plugin annotations #112

Closed tpietzsch closed 4 years ago

tpietzsch commented 4 years ago

Every class that is listed as a @Plugin's type will be loaded by the class loader. So putting the concrete types here defeats the purpose of the plugin index. Thanks @ctrueden for pointing it out.