Annotation Type ConfigurableInstance


@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
public @interface ConfigurableInstance
Marker interface for types that can have multiple instances created by configuration.
Author:
John Collins