<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.ipojo.annotations</artifactId> <version>1.12.1</version> </dependency> @Component public class MyComponent { @Property private String name; @Requires private MyService myService; @Validate public void start() { System.out.println("Component started"); } @Invalidate public void stop() { System.out.println("Component stopped"); } } <ipojo> <instance component="com.example.MyComponent"> <property name="name" value="example" /> </instance> </ipojo>


上一篇:
下一篇:
切换中文