Page 1 of 1

Which statement about the usage of declarative services while creating an OSGi component is true?

Posted: Thu Jul 21, 2022 9:08 pm
by answerhappygod
Which statement about the usage of declarative services while creating an OSGi component is true?

A. ©Property annotation is used to reference to other services from the component by component runtime
B. ©Reference annotation is optional and used to define properties available to the component
C. ©Component annotation is the only required annotation and missing which will NOT declare the class as component
D. ©Service annotation is required and describes which service Interface Is served by the component