| <ipojo xmlns:props="example.handler.properties">
|
| <!-- Declare a component using your handler -->
|
| classname="org.apache.felix.ipojo.handler.properties.example.PropertiesTester">
|
| <callback transition="validate" method="start" />
|
| <callback transition="invalidate" method="stop" />
|
| <!-- declare our handler -->
|
| <props:properties file="props\properties.txt" />
|
| <!-- Declare an instance -->
|
| <instance component="annotationTester" />
|
| component="org.apache.felix.ipojo.handler.properties.example.PropertiesTester"
|
| <property name="properties.file"
|
| value="props\properties-i1.txt" />
|