@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ExtensionPoint
Interfaces that accept automatically registered implementations into their DynamicSet
must be tagged with this annotation.
Plugins or extensions that implement an @ExtensionPoint
interface should use the
Listen
annotation to automatically register.
Listen