Annotation Type Component
-
@Documented @Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Component
Marker interface that any class having a no-arg constructor can used to indicate it can be registered.- See Also:
ComponentRegistry
,ComponentFactory