Annotation Interface ComponentRegistrar


@Target(METHOD) public @interface ComponentRegistrar
Information-only annotation to identify methods that register components with the ComponentContainer. Does not apply to methods called only by other registrars. The aim is to identify the methods that are the entry points to registering components with the Pico container, not the helpers of those methods.
Since:
9.7